Update .travis.yml

This commit is contained in:
Graham Campbell
2017-06-28 22:49:07 +01:00
committed by GitHub
parent e0d35d6e64
commit c9ca99990c

View File

@@ -2,15 +2,15 @@ language: php
sudo: false
matrix:
include:
- php: 5.5.9
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
dist: trusty
dist: trusty
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
before_install:
- cp .env.example .env