File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ go_import_path: gopkg.in/src-d/hercules.v10
9
9
go :
10
10
- 1.10.x
11
11
- 1.11.x
12
+ - 1.12.x
12
13
13
14
services :
14
15
- docker
@@ -26,8 +27,6 @@ before_cache:
26
27
27
28
matrix :
28
29
fast_finish : true
29
- allow_failures :
30
- - go : tip
31
30
32
31
stages :
33
32
- test
@@ -60,7 +59,7 @@ install:
60
59
- travis_retry make TAGS=tensorflow
61
60
script :
62
61
- set -e
63
- - if [ $TRAVIS_GO_VERSION == "1.11 .x" ]; then test -z "$(gofmt -s -l . | grep -v vendor/)"; fi
62
+ - if [ $TRAVIS_GO_VERSION != "1.10 .x" ]; then test -z "$(gofmt -s -l . | grep -v vendor/)"; fi
64
63
- go vet -tags tensorflow ./...
65
64
- golint -set_exit_status $(go list ./... | grep -v /vendor/)
66
65
- cd python && flake8 && cd ..
90
89
- stage : deploy
91
90
os : osx
92
91
osx_image : xcode9.3
93
- go : 1.11 .x
92
+ go : 1.12 .x
94
93
go_import_path : gopkg.in/src-d/hercules.v10
95
94
before_install :
96
95
- wget -O protoc.zip https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-osx-x86_64.zip
@@ -112,7 +111,7 @@ jobs:
112
111
tags : true
113
112
- stage : deploy
114
113
os : linux
115
- go : 1.11 .x
114
+ go : 1.12 .x
116
115
go_import_path : gopkg.in/src-d/hercules.v10
117
116
before_install :
118
117
- wget -O protoc.zip https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip
You can’t perform that action at this time.
0 commit comments