Remove CI for unused i128 feature
This commit is contained in:
parent
f5af5b992b
commit
ee76b6dabd
12
.travis.yml
12
.travis.yml
|
|
@ -1,15 +1,7 @@
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.18.0
|
||||
script:
|
||||
- cargo test
|
||||
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features "i128"
|
||||
- 1.18.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue