aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-08-07 09:09:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-08-07 09:09:55 -0700
commita4f07b40f547455b3d6bb5a53485a412316d824c (patch)
tree3c1a6f0c64c4ac50aa4c2b272bdd81591ea50c77 /.travis.yml
parent934e093047ae15432fcc772d4e01fdf5fd56d2fb (diff)
downloadmilf-rs-a4f07b40f547455b3d6bb5a53485a412316d824c.tar.gz
milf-rs-a4f07b40f547455b3d6bb5a53485a412316d824c.zip
Cargo now runs doc tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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