Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 21, 2014
1 parent 936e413 commit 8683712
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
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 8683712

Please sign in to comment.