Skip to content

Commit

Permalink
Update php version in after_success.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spytz committed Mar 15, 2017
1 parent 06a6753 commit e878dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; th

fi

if [ "$TRAVIS_REPO_SLUG" == "nixsolutions/yandex-php-library" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.5" ]; then
if [ "$TRAVIS_REPO_SLUG" == "nixsolutions/yandex-php-library" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then

composer update --no-dev
php phar.php

fi
fi

0 comments on commit e878dfd

Please sign in to comment.