Skip to content

Commit 715c574

Browse files
committed
remove protoc
Signed-off-by: Maxim Sukharev <maxim@sourced.tech>
1 parent 451c43c commit 715c574

2 files changed

Lines changed: 6 additions & 48 deletions

File tree

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.10.x"
4+
- '1.10.x'
55

66
stages:
77
- name: test
@@ -10,11 +10,11 @@ stages:
1010

1111
jobs:
1212
include:
13-
- name: "Unit tests"
13+
- name: 'Unit tests'
1414
stage: test
1515
script: make test
1616

17-
- name: "Integration test: simple proxy"
17+
- name: 'Integration test: simple proxy'
1818
install:
1919
- go get -u gopkg.in/alecthomas/gometalinter.v2
2020
- gometalinter.v2 --install
@@ -26,7 +26,7 @@ jobs:
2626
- cat proxy.log
2727
- gometalinter.v2 --disable-all --enable=dupl --enable=gas --enable=gofmt --enable=goimports --enable=lll --enable=misspell ./_fixtures
2828

29-
- name: "Integration test: analyzer server"
29+
- name: 'Integration test: analyzer server'
3030
before_script:
3131
- make build
3232
script:
@@ -37,7 +37,7 @@ jobs:
3737
- cat analyzer.log
3838
- cat ../lookout-install.log
3939

40-
- name: "Generated code"
40+
- name: 'Generated code'
4141
install:
4242
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
4343
script:
@@ -46,12 +46,8 @@ jobs:
4646
- make build
4747
- make no-changes-in-commit
4848

49-
- name: "Push image to Docker Hub"
49+
- name: 'Push image to Docker Hub'
5050
stage: release
5151
script:
5252
- PKG_OS=linux make packages
5353
- DOCKER_PUSH_LATEST=true make docker-push
54-
55-
cache:
56-
directories:
57-
- $HOME/protoc

_tools/install-protoc-maybe.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)