Fix 1.6 build

This commit is contained in:
Tyler Treat
2017-06-07 09:51:46 -05:00
parent 2d324e6e31
commit 710b992037

View File

@@ -18,7 +18,7 @@ before_script:
- gosimple $EXCLUDE_VENDOR
- misspell -error -locale US .
- staticcheck $EXCLUDE_VENDOR
- ./scripts/cross_compile.sh $TRAVIS_TAG
- if [[ "$TRAVIS_GO_VERSION" == 1.7.* ]]; then ./scripts/cross_compile.sh $TRAVIS_TAG; fi
script:
- go test -i -race $EXCLUDE_VENDOR
- go test -v -race $EXCLUDE_VENDOR