forked from rojo-rbx/rojo
Reduce Travis-CI build load
- Remove testing with --all-features, no features are supported - Remove testing beta, it isn't useful and takes up valuable CI time
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -35,20 +35,10 @@ matrix:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- cargo test --verbose --all-features
|
|
||||||
|
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: stable
|
rust: stable
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- cargo test --verbose --all-features
|
|
||||||
|
|
||||||
- language: rust
|
|
||||||
rust: beta
|
|
||||||
cache: cargo
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cargo test --verbose
|
|
||||||
- cargo test --verbose --all-features
|
|
||||||
Reference in New Issue
Block a user