Skip to content

Commit df3cc76

Browse files
authored
Merge pull request #18 from gomicro/fixing-build
Fixing Build
2 parents e8a8487 + 24258c5 commit df3cc76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: go
22
go:
3-
- 1.8
3+
- 1.9
44
- master
55
script:
66
- make build test dockerize
77
- if [ "$TRAVIS_BRANCH" == "master" ]; then make deploy_image; fi
8+
- if [ -n "$TRAVIS_TAG" ]; then DOCKER_IMAGE_LABEL=$TRAVIS_TAG make dockerize deploy_image; fi
89
notifications:
910
email: false
1011
services:

0 commit comments

Comments
 (0)