Skip to content

Commit

Permalink
Cleaned up .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 14, 2019
1 parent 870ecd1 commit 9e4bac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ before_build:
- ps: EnablePhpExtension -Name zephir_parser -PrintableName "Zephir Parser"

build_script:
- ps: (& C:\php\php.exe --ri psr)
- ps: (& C:\php\php.exe --ri "Zephir Parser")
- C:\php\php.exe --ri psr
- C:\php\php.exe --ri "Zephir Parser"

test_script:
- cmd: 'composer --version'
- cmd: 'zephir --version'
- ps: .\composer --version
- ps: .\zephir --version

after_test:
- ps: >-
Expand Down

0 comments on commit 9e4bac8

Please sign in to comment.