Skip to content

Commit

Permalink
Merge branch '2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Feb 26, 2015
2 parents 3773b97 + 00cf2af commit 0604975
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -4,18 +4,20 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

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

script: vendor/bin/phpunit -c phpunit.xml --coverage-text

after_script:
- if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/coveralls -v; fi
- if [[ "$TRAVIS_PHP_VERSION" == *5.6* ]]; then php vendor/bin/coveralls -v; fi

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

0 comments on commit 0604975

Please sign in to comment.