Skip to content

Commit

Permalink
Fix 1.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Treat committed Jun 7, 2017
1 parent 2d324e6 commit 710b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 710b992

Please sign in to comment.