Update .travis.yml

This commit is contained in:
Willem Wollebrants 2019-08-15 16:47:07 +02:00 committed by GitHub
parent 4cf18608ef
commit ec7a20dd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ php:
- 7.0 - 7.0
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
- nightly - nightly
- hhvm - hhvm
@ -18,7 +19,7 @@ matrix:
- php: nightly - php: nightly
include: include:
- php: 5.3 - php: 5.3
dist: precise dist: trusty
before_script: before_script:
- composer install - composer install