diff --git a/.travis.yml b/.travis.yml index 33da743..c294028 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ matrix: env: WITH_MCRYPT=true before_script: - - sh -c 'if [ "$WITH_OPENSSL" != "" ]; then phpenv config-rm mcrypt.ini || true; fi;' - - sh -c 'if [ "$WITH_MCRYPT" != "" ]; then phpenv config-rm openssl.ini || true; fi;' + - sh -c 'if [ "$WITH_OPENSSL" != "" ]; then phpenv config-rm mcrypt.ini; fi;' + - sh -c 'if [ "$WITH_MCRYPT" != "" ]; then phpenv config-rm openssl.ini; fi;' - composer install - mkdir -p build/logs