From db62cf1bf4392fc7b3f02023c6a8627b33667c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 1 Mar 2017 14:32:33 +0100 Subject: [PATCH] There is no phpenv on OSX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f566842b8b..ca7b49f7a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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