There is no phpenv on OSX

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-03-01 14:32:33 +01:00
parent 4f37569773
commit db62cf1bf4

View File

@ -27,7 +27,7 @@ env:
install:
- ./test/ci-install-$CI_MODE
- if [ $TRAVIS_PHP_VERSION != "hhvm" ] ; then phpenv config-add test/php-noprofile.ini ; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then case "$TRAVIS_PHP_VERSION" in hhvm*) ;; *) phpenv config-add test/php-noprofile.ini ;; esac ; fi
before_script:
- export PATH=~/.composer/vendor/bin/:$PATH