Skip to content

Commit

Permalink
travis run suite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfl committed Mar 7, 2014
1 parent cb3488c commit 4f46a0d
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 @@ -2,7 +2,7 @@ language: php
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script: phpunit --bootstrap vendor/autoload.php --exclude-group suite tests/
script: phpunit --bootstrap vendor/autoload.php tests/
php:
- 5.3
- 5.4
Expand Down

0 comments on commit 4f46a0d

Please sign in to comment.