Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
temporary fix to prevent appveyor timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Nov 17, 2015
1 parent e7c06ab commit 9840a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ install:

test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- bin\behat.bat -fprogress --tags="~javascript"
- bin\phpunit.bat --verbose
- 'bin\behat.bat -fprogress --tags="~javascript&&@store"'
- 'bin\phpunit.bat --verbose'

0 comments on commit 9840a18

Please sign in to comment.