Skip to content

Commit

Permalink
add phpunit line travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juan.sanchez committed Jul 23, 2014
1 parent d1a4370 commit d3fefc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ before_script:
- php --version
- php composer.phar composer --version
- php composer.phar install
- travis_retry composer install --dev --prefer-dist
- travis_retry composer install --dev --prefer-dist

script:
- phpunit tests

0 comments on commit d3fefc2

Please sign in to comment.