mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
Add an iterator for ipv6 network. (#49)
This is feature gated since i128 is not stable yet
This commit is contained in:

committed by
Abhishek Chanda

parent
fb8f735741
commit
99203160b9
14
.travis.yml
14
.travis.yml
@ -6,12 +6,18 @@ rust:
|
||||
env:
|
||||
global:
|
||||
- secure: gokQ7xIWwmAuEUW3IyS5B/pbZxdFSSDBto5beJ+4ACGcRMDqJ/eCPf1ekSVXME4TWM46uUCjxcdUjYhIhQ6sG4zfWck4u45qRJ5JbIoTvR+ykxhN1j3Zi5x9ptP3ALDbHn2i3v6t9xohORfQpz3dVND5c7thbYDyKP2ZR1sez5c=
|
||||
- FEATURES: default
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: nightly
|
||||
env: FEATURES=ipv6-iterator
|
||||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build --release --verbose
|
||||
- cargo doc --verbose
|
||||
- cargo build --features $FEATURES --verbose
|
||||
- cargo test --features $FEATURES --verbose
|
||||
- cargo build --features $FEATURES --release --verbose
|
||||
- cargo doc --features $FEATURES --verbose
|
||||
|
||||
after_script:
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
Reference in New Issue
Block a user