Skip to content

Commit

Permalink
Merge pull request #18 from gomicro/fixing-build
Browse files Browse the repository at this point in the history
Fixing Build
  • Loading branch information
dan9186 authored Nov 9, 2018
2 parents e8a8487 + 24258c5 commit df3cc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: go
go:
- 1.8
- 1.9
- master
script:
- make build test dockerize
- if [ "$TRAVIS_BRANCH" == "master" ]; then make deploy_image; fi
- if [ -n "$TRAVIS_TAG" ]; then DOCKER_IMAGE_LABEL=$TRAVIS_TAG make dockerize deploy_image; fi
notifications:
email: false
services:
Expand Down

0 comments on commit df3cc76

Please sign in to comment.