Skip to content

Commit

Permalink
Also check for presence of phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Oct 7, 2013
1 parent 0ae29af commit da3555c
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 @@ -25,6 +25,6 @@ before_script:
- npm install -g jshint

script:
- if [ -e phpunit.xml ]; then phpunit; fi
- if [ -e phpunit.xml ] || [ -e phpunit.xml.dist ]; then phpunit; fi
- phpcs --standard=$(if [ -e ruleset.xml ]; then echo ruleset.xml; else echo WordPress; fi) $(find . -name '*.php')
- jshint .

0 comments on commit da3555c

Please sign in to comment.