Tweak travis.yml to test eui48 feature

This commit is contained in:
Andrew Baumhauer 2016-02-13 20:46:56 -06:00
parent aa94f01f2b
commit bd58d5dca4

View File

@ -10,4 +10,4 @@ before_script:
- "./.travis/setup.sh" - "./.travis/setup.sh"
script: script:
- cargo test - cargo test
- cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono openssl bit-vec" - cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono openssl bit-vec eui48"