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:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose --all-features
|
||||
|
||||
- language: rust
|
||||
rust: stable
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose --all-features
|
||||
|
||||
- language: rust
|
||||
rust: beta
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose --all-features
|
||||
- cargo test --verbose
|
||||
Reference in New Issue
Block a user