Remove the feature flag for 128 bit integers

Since it is stable now
This commit is contained in:
Abhishek Chanda
2018-05-12 13:53:59 +01:00
parent 36ebedf346
commit bbcc53cd94
3 changed files with 4 additions and 23 deletions

View File

@ -8,13 +8,8 @@ env:
- secure: gokQ7xIWwmAuEUW3IyS5B/pbZxdFSSDBto5beJ+4ACGcRMDqJ/eCPf1ekSVXME4TWM46uUCjxcdUjYhIhQ6sG4zfWck4u45qRJ5JbIoTvR+ykxhN1j3Zi5x9ptP3ALDbHn2i3v6t9xohORfQpz3dVND5c7thbYDyKP2ZR1sez5c=
- FEATURES: default
matrix:
include:
- rust: nightly
env: FEATURES=ipv6-iterator,ipv6-methods
script:
- cargo build --features $FEATURES --verbose
- cargo test --features $FEATURES --verbose
- cargo build --features $FEATURES --release --verbose
- cargo doc --features $FEATURES --verbose
- cargo build --verbose
- cargo test --verbose
- cargo build --release --verbose
- cargo doc --verbose