Improve CI tests

This commit is contained in:
Mathijs van de Nes 2015-10-05 19:31:47 +02:00
parent de34bd4d26
commit 8290da3c56
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ notifications:
on_failure: always on_failure: always
script: script:
- cargo build
- cargo test - cargo test
- cargo test --no-default-features
- cargo doc --no-deps - cargo doc --no-deps
- rustdoc --test README.md -L target/debug - rustdoc --test README.md -L target/debug

View file

@ -35,5 +35,5 @@ install:
build: false build: false
test_script: test_script:
- cargo build
- cargo test - cargo test
- cargo test --no-default-features