Skip to content

Commit 6989af6

Browse files
committed
Update build steps
1 parent acd8eaf commit 6989af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ test_script:
7575
- cmd: cd C:\projects\php-parser-to-php-ast
7676
- cmd: php composer.phar install
7777
# Analyze the project with phan, will error if 1 or more issues are detected
78-
- cmd: .\vendor\bin\phan
78+
#- cmd: .\vendor\bin\phan # requires newer php-ast
7979
# Run the remaining tests of this project
8080
- cmd: .\vendor\bin\phpunit --verbose

0 commit comments

Comments
 (0)