diff --git a/release.sh b/release.sh index 7f54c91..071797c 100755 --- a/release.sh +++ b/release.sh @@ -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