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
|
||||
- beta
|
||||
- nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
before_script:
|
||||
- if [[ "$INTEGRATION" == "true" ]]; then
|
||||
|
|
@ -29,6 +25,11 @@ jobs:
|
|||
script: cargo check --all-targets
|
||||
rust: stable
|
||||
os: linux
|
||||
- stage: test
|
||||
rust: stable
|
||||
os: osx
|
||||
- rust: stable
|
||||
os: windows
|
||||
- &integration
|
||||
stage: integration # make integration tests its own stage
|
||||
script: cargo test --tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue