mirror of https://git.sr.ht/~stygianentity/bincode
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
|
language: rust
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
- 1.18.0
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- rust: 1.18.0
|
|
||||||
script:
|
|
||||||
- cargo test
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cargo test
|
|
||||||
- cargo test --features "i128"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue