Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Make Travis only run our own tests...
Browse files Browse the repository at this point in the history
swiftmailer's tests seem to cause fatal PHP errors in PHPUnit, so
let us just stick to our own. :)
  • Loading branch information
Freso authored and jtraulle committed Nov 8, 2013
1 parent 523bbd2 commit b3bb93f
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,4 +13,4 @@ env:
before_script:
- composer install

script: phpunit --coverage-text .
script: phpunit --coverage-text tests/

0 comments on commit b3bb93f

Please sign in to comment.