Fixed travis-ci build script.

This commit is contained in:
Aaron Weiss 2014-12-31 20:40:57 -05:00
parent e78d3b6e2a
commit 3f5a72fd89

View file

@ -7,7 +7,7 @@ script:
- ./mktestconfig.sh
- cargo build --verbose --no-default-features
- cargo build --verbose
- cargo test --verbose --no-default-feature
- cargo test --verbose --no-default-features
- cargo test --verbose
- cargo doc --verbose --no-default-features
- cargo doc --verbose