Update .travis.yml

This commit is contained in:
Timon 2018-11-22 16:14:27 +01:00 committed by GitHub
parent 0dc23a3e4d
commit fe551c3e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ rust:
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
- export RUSTFLAGS="-D warnings"
os:
- linux
@ -16,10 +15,7 @@ os:
branches:
only:
- staging
- trying
- master
- /release-.*/
script:
- cargo build