Just test stable on non-linux

Let's not waste Travis' cycles unnecessarily
This commit is contained in:
Jon Gjengset 2018-11-24 13:29:45 -05:00
parent 64b968cd16
commit cdbc330d77
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -4,10 +4,6 @@ rust:
- stable - stable
- beta - beta
- nightly - nightly
os:
- linux
- osx
- windows
before_script: before_script:
- if [[ "$INTEGRATION" == "true" ]]; then - if [[ "$INTEGRATION" == "true" ]]; then
@ -29,6 +25,11 @@ jobs:
script: cargo check --all-targets script: cargo check --all-targets
rust: stable rust: stable
os: linux os: linux
- stage: test
rust: stable
os: osx
- rust: stable
os: windows
- &integration - &integration
stage: integration # make integration tests its own stage stage: integration # make integration tests its own stage
script: cargo test --tests script: cargo test --tests