diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-08-07 09:09:55 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-07 09:09:55 -0700 |
commit | a4f07b40f547455b3d6bb5a53485a412316d824c (patch) | |
tree | 3c1a6f0c64c4ac50aa4c2b272bdd81591ea50c77 | |
parent | 934e093047ae15432fcc772d4e01fdf5fd56d2fb (diff) | |
download | milf-rs-a4f07b40f547455b3d6bb5a53485a412316d824c.tar.gz milf-rs-a4f07b40f547455b3d6bb5a53485a412316d824c.zip |
Cargo now runs doc tests
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 68735e2..40b135c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ install: script: - cargo build --verbose - cargo test --verbose -- rustdoc --test src/lib.rs -L target --crate-name toml - cargo doc after_success: ! '[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && echo ''<meta http-equiv=refresh content=0;url=toml/index.html>'' > target/doc/index.html |