Update Travis’ configuration

This commit is contained in:
Ivan Ukhov 2016-06-15 19:47:36 +02:00
parent 730c3b7957
commit 7778cd4be3

View File

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