Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 3, 2014
1 parent 585cc8d commit 693f707
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: php

php:
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev
- travis_retry composer self-update
- travis_retry composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev

script: phpunit -c phpunit.xml --coverage-text

Expand All @@ -18,6 +18,5 @@ after_script:

matrix:
allow_failures:
- php: 5.6
- php: hhvm
fash_finish: true

0 comments on commit 693f707

Please sign in to comment.