Add manual steps to the .travis.yml

This commit is contained in:
Sebastian Dröge 2017-04-06 20:40:11 +03:00
parent 7b7c4e6ef5
commit 235840cf05

View file

@ -12,3 +12,8 @@ addons:
matrix:
allow_failures:
- rust: nightly
script:
- rustc --version
- cargo build --all
- cargo test --all