Skip to content

Commit

Permalink
Running phpunit from root shouldn't need to chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Hattingh committed Oct 7, 2013
1 parent 86172af commit ba8d193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ before_install:
- cp config/zfcuserldap.global.php.dist tests/config/autoload/zfcuserldap.global.php
- mkdir data
- mkdir data/logs
- cd tests

script:
- phpunit --configuration ./tests/phpunit.xml --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit ba8d193

Please sign in to comment.