Merge pull request #764 from hyperium/readme-tests

test(readme): test readme code fences
This commit is contained in:
Sean McArthur
2016-04-19 17:25:03 -07:00
3 changed files with 12 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ cache:
- target/debug/build
script:
- ./.travis/readme.py
- cargo build --verbose $FEATURES
- cargo test --verbose $FEATURES
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo bench --no-run; fi'