Update Travis’ configuration

This commit is contained in:
Ivan Ukhov 2016-06-15 19:45:56 +02:00
parent d307a90c34
commit 730c3b7957

View File

@ -22,7 +22,7 @@ script:
after_success:
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
curl https://stainless-steel.github.io/travis/update_documentation.sh | bash;
curl https://stainless-steel.github.io/travis/documentation.sh | bash;
fi
env: