Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
update travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 7, 2014
1 parent 2ecbdb0 commit bfcdefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6

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

script: bin/phpunit --coverage-text

0 comments on commit bfcdefa

Please sign in to comment.