Skip to content

Commit

Permalink
Remove HHVM, add PHP 7.2, 7.3 and 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 4, 2020
1 parent daae8c6 commit c692ff7
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 @@ -6,15 +6,17 @@ php:
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2
- 7.3
- 7.4
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.1.7.sh > xp-run
- composer install --prefer-dist
- echo "vendor/autoload.php" > composer.pth

Expand Down

0 comments on commit c692ff7

Please sign in to comment.