We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b245ca commit 2bed797Copy full SHA for 2bed797
1 file changed
.travis.yml
@@ -1,5 +1,8 @@
1
language: go
2
3
+go:
4
+ - "1.10"
5
+
6
services:
7
- docker
8
@@ -11,8 +14,7 @@ script:
11
14
- make build tag push
12
15
13
16
after_success:
- - env
- - if [ "${TRAVIS_TAG}" != "" ] && [ "${TRAVIS_GO_VERSION}" == "1.7" ]; then gox -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}";fi
17
+ - if [ "${TRAVIS_TAG}" != "" ] && [ "${TRAVIS_GO_VERSION}" == "1.10" ]; then gox -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}";fi
18
19
deploy:
20
provider: releases
0 commit comments