test(readme): test readme code fences

This commit is contained in:
Sean McArthur
2016-04-19 15:54:09 -07:00
parent caa796f98d
commit b98662ab6d
3 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,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'