summaryrefslogtreecommitdiff
path: root/ci/run-travis.sh
diff options
context:
space:
mode:
authorPhilipp Keller <philipp.keller@gmail.com>2016-09-16 07:14:29 +0200
committerPhilipp Keller <philipp.keller@gmail.com>2016-09-16 07:14:29 +0200
commit631a27a545906f739e50393509e71fb847740c3a (patch)
tree1d3279093084c3f2b650bb3ff8b88c2df9c2d69c /ci/run-travis.sh
parent23a7ea64938cc73d476e42b80a243fefbe7111b2 (diff)
parent7c0570d3ad3c8e5fdd45c7de745771a6be054c3c (diff)
downloadnix-631a27a545906f739e50393509e71fb847740c3a.zip
made it running with rust 1.2, added documentation to mkstemp
Diffstat (limited to 'ci/run-travis.sh')
-rw-r--r--ci/run-travis.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index 3b4ee138..5be6372e 100644
--- a/ci/run-travis.sh
+++ b/ci/run-travis.sh
@@ -33,7 +33,6 @@ fi
if [ "$DOCKER_IMAGE" = "" ]; then
export RUST_TEST_THREADS=1
curl -sSL "https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test" | bash
- cargo doc --no-deps
else
export RUST_VERSION=${TRAVIS_RUST_VERSION}
export RUST_TARGET=${TARGET}