Update .travis.yml

This commit is contained in:
walisonjose 2018-06-04 16:22:27 -03:00 committed by GitHub
parent 5ec1604416
commit cae6f00a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,11 +2,13 @@ sudo: false
language: php
php:
- 7.1
- 5.6
- hhvm
- nightly
matrix:
allow_failures:
- php: 7.1
- php: 5.6
- php: hhvm
- php: nightly
fast_finish: true