Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krispypen committed Jan 23, 2013
1 parent 170f181 commit 988c59f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ language: php
php:
- 5.3
- 5.4
- 5.5

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar --dev install
matrix:
allow_failures:
- php: 5.5


before_script: composer install --dev --prefer-source

script: phpunit --debug

Expand Down

0 comments on commit 988c59f

Please sign in to comment.