Skip to content

Commit

Permalink
Update travis setup.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Mar 10, 2015
1 parent 57128de commit 7344d16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev
- if [[ "$TRAVIS_PHP_VERSION" == *5.6* ]]; then travis_retry composer require "satooshi/php-coveralls:~0.6.1" "symfony/yaml=~2.0" --prefer-source --no-interaction --dev; else travis_retry composer install --prefer-source --no-interaction; fi

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

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

matrix:
allow_failures:
- php: 7.0
- php: hhvm
fash_finish: true
fast_finish: true

0 comments on commit 7344d16

Please sign in to comment.