Skip to content

Commit fa61f79

Browse files
Merge pull request #1 from inloop/develop
Develop
2 parents 066fd1d + 2bed797 commit fa61f79

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: go
22

3+
go:
4+
- "1.10"
5+
36
services:
47
- docker
58

@@ -11,7 +14,7 @@ script:
1114
- make build tag push
1215

1316
after_success:
14-
- 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
1518

1619
deploy:
1720
provider: releases

0 commit comments

Comments
 (0)