Skip to content

Commit

Permalink
Debugging Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Mar 2, 2013
1 parent 795341c commit d52b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ php:
- 5.3
- 5.4
before_script: ./before_script.sh
script: "vendor/bin/phpunit --filter testOpen Tests/Selenium2TestCaseTest.php"
script: "vendor/bin/phpunit --debug --filter testOpen Tests/Selenium2TestCaseTest.php"

0 comments on commit d52b800

Please sign in to comment.