File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
12
12
- dependencies : highest
13
13
php_ver_target : 7.0
14
14
- dependencies : highest
15
- php_ver_target : 7.0
15
+ php_ver_target : 7.1
16
16
17
17
# # Cache composer bits
18
18
cache :
28
28
# # Install PHP and composer, and run the appropriate composer command
29
29
install :
30
30
- IF EXIST c:\tools\php (SET PHP=0)
31
- - ps : appveyor-retry cinst -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
31
+ - ps : appveyor-retry cinst --ignore-checksums - y php --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
32
32
- cd c:\tools\php
33
33
- IF %PHP%==1 copy php.ini-production php.ini /Y
34
34
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini
@@ -47,4 +47,4 @@ install:
47
47
# # Run the actual test
48
48
test_script :
49
49
- cd c:\projects\php-project-workspace
50
- - vendor/bin/phpunit -c phpunit.xml.dist
50
+ - vendor/bin/phpunit -c phpunit.xml.dist
You can’t perform that action at this time.
0 commit comments