don't test on tags
This commit is contained in:
parent
39f3f3ce16
commit
b5cb31b8e6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test --all
|
- if [ -z "$TRAVIS_TAG" ]; then cargo test --all; fi
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
- ./ci/build-release.sh dip ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue