Skip to content

Commit 8b94fa3

Browse files
committed
See if PHP install cache works
1 parent bfd04f1 commit 8b94fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cache:
3030

3131
before_install:
3232
# Install PHP and setup PATH
33-
- if [ ! -f /c/tools/$PHP_DIR ]; then choco install php --version $PHP_VERSION -y; fi
33+
- if [ ! -f "/c/tools/$PHP_DIR/php.ini" ]; then choco install php --version $PHP_VERSION -y; fi
3434
- export PATH=/c/tools/$PHP_DIR:$PATH;
3535
# Modify configuration
3636
- echo 'extension_dir="ext"' >> /c/tools/$PHP_DIR/php.ini;

0 commit comments

Comments
 (0)