From 7778cd4be3bb09d879eaa6b5231685cde212ce1d Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 15 Jun 2016 19:47:36 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Travis=E2=80=99=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2842a93..15a6f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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