Skip to content

Commit 14a426a

Browse files
committed
Test go 1.12.x
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent a8b049e commit 14a426a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_import_path: gopkg.in/src-d/hercules.v10
99
go:
1010
- 1.10.x
1111
- 1.11.x
12+
- 1.12.x
1213

1314
services:
1415
- docker
@@ -26,8 +27,6 @@ before_cache:
2627

2728
matrix:
2829
fast_finish: true
29-
allow_failures:
30-
- go: tip
3130

3231
stages:
3332
- test
@@ -60,7 +59,7 @@ install:
6059
- travis_retry make TAGS=tensorflow
6160
script:
6261
- 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
6463
- go vet -tags tensorflow ./...
6564
- golint -set_exit_status $(go list ./... | grep -v /vendor/)
6665
- cd python && flake8 && cd ..
@@ -90,7 +89,7 @@ jobs:
9089
- stage: deploy
9190
os: osx
9291
osx_image: xcode9.3
93-
go: 1.11.x
92+
go: 1.12.x
9493
go_import_path: gopkg.in/src-d/hercules.v10
9594
before_install:
9695
- 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:
112111
tags: true
113112
- stage: deploy
114113
os: linux
115-
go: 1.11.x
114+
go: 1.12.x
116115
go_import_path: gopkg.in/src-d/hercules.v10
117116
before_install:
118117
- wget -O protoc.zip https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip

0 commit comments

Comments
 (0)