Skip to content

Commit

Permalink
Merge branch 'hotfix/travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
biscolab committed Sep 10, 2019
2 parents 5d6517e + fa79da2 commit 76f70dd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ language: php
php:
- 7.1
- 7.2
- hhvm
- 7.3

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar

matrix:
allow_failures:
- php: hhvm
script:
- vendor/bin/phpunit --exclude-group http

fast_finish: true

0 comments on commit 76f70dd

Please sign in to comment.