don't test on tags

This commit is contained in:
Michael Zhang 2018-09-01 00:12:29 -05:00
parent 39f3f3ce16
commit b5cb31b8e6
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -13,7 +13,7 @@ services:
cache: cargo
script:
- cargo test --all
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
before_deploy:
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}