diff --git a/.travis.yml b/.travis.yml index 7342796..4de2a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - make # - make check # bench is too slow - make test - - make clean - make doc + - make doctest after_script: - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh