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 acd8eaf commit 6989af6Copy full SHA for 6989af6
appveyor.yml
@@ -75,6 +75,6 @@ test_script:
75
- cmd: cd C:\projects\php-parser-to-php-ast
76
- cmd: php composer.phar install
77
# Analyze the project with phan, will error if 1 or more issues are detected
78
-- cmd: .\vendor\bin\phan
+#- cmd: .\vendor\bin\phan # requires newer php-ast
79
# Run the remaining tests of this project
80
- cmd: .\vendor\bin\phpunit --verbose
0 commit comments