Skip to content

Commit

Permalink
Merge pull request #306 from GrahamCampbell/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
andrewelkins committed Apr 21, 2014
2 parents efab464 + 8683712 commit d677f07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script: phpunit
script: phpunit

0 comments on commit d677f07

Please sign in to comment.