Skip to content

Commit

Permalink
feat(travis): test the README example in travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryman committed May 8, 2015
1 parent fdf04d7 commit c5986a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -17,4 +17,6 @@ script:
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo doc
travis-cargo doc &&
echo "Testing README" &&
rustdoc --test README.md -L dependency=./target/debug/deps --extern nickel=./target/debug/libnickel.rlib

0 comments on commit c5986a1

Please sign in to comment.