[.travis.yml] Refactor script

This commit is contained in:
logmanoriginal 2017-09-24 18:43:11 +02:00
parent 3059b1ea80
commit 77657a9154

View file

@ -1,10 +1,6 @@
dist: trusty
sudo: false
language: php
php:
- '5.6'
- '7.0'
- hhvm
- nightly
before_install:
# Circumvent a bug in current Travis CI builds using Ubuntu Trusty, where the
@ -30,6 +26,13 @@ script:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly