Skip to content

Commit

Permalink
Remove old PHP versions from Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed May 23, 2020
1 parent 36545f6 commit 2d123d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: php
dist: trusty

php:
- 5.5
- hhvm
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
allow_failures:
- php: hhvm
dist: trusty

before_script: composer install

Expand Down

0 comments on commit 2d123d6

Please sign in to comment.