Skip to content

Commit

Permalink
build binary with Go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 24, 2018
1 parent 08079d3 commit 3664356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ script:
after_success:
- goveralls -service=travis-ci -coverprofile="${GO_TEST_COVERAGE_FILENAME}"
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG
# TODO wait https://github.com/travis-ci/gimme/pull/130
- if [[ $TRAVIS_GO_VERSION == 1.9* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi
- if [[ $TRAVIS_GO_VERSION == 1.10* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi

notifications:
slack: octolab:1eMS7IqOArBipiu31jYVd0cN
Expand Down

0 comments on commit 3664356

Please sign in to comment.