Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Feb 3, 2020
1 parent 6edd837 commit 87ec56f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm
dist: trusty

install:
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpunit

matrix:
jobs:
include:
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
fast_finish: true

0 comments on commit 87ec56f

Please sign in to comment.