travis: allow failures on rust nightly

This commit is contained in:
Paul Lietar 2016-03-18 15:58:44 +00:00
parent 423a39dba3
commit 97f6968a2c

View file

@ -18,3 +18,7 @@ script:
- if [[ $(rustc --version) == *"nightly"* ]]; then
cargo build --no-default-features;
fi
matrix:
allow_failures:
- rust: nightly