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