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 b23c688 commit b0dfef0Copy full SHA for b0dfef0
1 file changed
.travis.yml
@@ -24,6 +24,8 @@ matrix:
24
- choco install php
25
- choco install composer
26
- export PATH="$(powershell -Command '("Process", "Machine" | % { [Environment]::GetEnvironmentVariable("PATH", $_) -Split ";" -Replace "\\$", "" } | Select -Unique | % { cygpath $_ }) -Join ":"')"
27
+ - php -r "file_put_contents(php_ini_loaded_file(),'extension_dir=ext'.PHP_EOL,FILE_APPEND);"
28
+ - php -r "file_put_contents(php_ini_loaded_file(),'extension=sqlite3'.PHP_EOL,FILE_APPEND);"
29
allow_failures:
30
- php: hhvm
31
- os: windows
0 commit comments