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 51ab1d7 commit 751856dCopy full SHA for 751856d
appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
- dependencies: highest
13
php_ver_target: 7.0
14
15
- php_ver_target: 7.0
+ php_ver_target: 7.1
16
17
## Cache composer bits
18
cache:
@@ -47,4 +47,4 @@ install:
47
## Run the actual test
48
test_script:
49
- cd c:\projects\php-project-workspace
50
- - vendor/bin/phpunit -c phpunit.xml.dist
+ - vendor/bin/phpunit -c phpunit.xml.dist
0 commit comments