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

Commit

Permalink
Changed path to phpunit configuration in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo committed May 21, 2015
1 parent 90e5db0 commit 6176d3d
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 @@ -13,7 +13,7 @@ before_script:
- composer update --prefer-source -v --dev

script:
- phpunit -c tests/phpunit.xml
- phpunit
- ./vendor/bin/phpcs -n --standard=PSR2 ./src ./tests

after_script:
Expand Down

0 comments on commit 6176d3d

Please sign in to comment.