mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 00:48:10 +00:00
Remove the feature flag for 128 bit integers
Since it is stable now
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user