We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd04f1 commit 8b94fa3Copy full SHA for 8b94fa3
.travis.yml
@@ -30,7 +30,7 @@ cache:
30
31
before_install:
32
# Install PHP and setup PATH
33
- - if [ ! -f /c/tools/$PHP_DIR ]; then choco install php --version $PHP_VERSION -y; fi
+ - if [ ! -f "/c/tools/$PHP_DIR/php.ini" ]; then choco install php --version $PHP_VERSION -y; fi
34
- export PATH=/c/tools/$PHP_DIR:$PATH;
35
# Modify configuration
36
- echo 'extension_dir="ext"' >> /c/tools/$PHP_DIR/php.ini;
0 commit comments