Just test stable on non-linux
Let's not waste Travis' cycles unnecessarily
This commit is contained in:
parent
64b968cd16
commit
cdbc330d77
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue