Skip to content

Commit

Permalink
travis: build release with golang 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Nov 28, 2017
1 parent 0b3273b commit e2ee089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail

if [ "$TRAVIS_REPO_SLUG" != "boz/kail" -o \
"$TRAVIS_EVENT_TYPE" != "push" -o \
"$TRAVIS_GO_VERSION" != "1.8" ]; then
"$TRAVIS_GO_VERSION" != "1.9" ]; then
exit 0
fi

Expand Down

0 comments on commit e2ee089

Please sign in to comment.