Add php 7.1 and hhvm (#281)

* add php 7.1 and hhvm

* too many spaces for allow fail

* Someone made it so you have to run on slow sudo

* php 7.0-7.1 not allowed to fail
This commit is contained in:
Walt Sorensen 2016-11-30 09:47:00 -07:00 committed by Yves Hoppe
parent 6f83dbc6f4
commit f44c951a86
1 changed files with 23 additions and 8 deletions

View File

@ -1,3 +1,4 @@
sudo: true
language: php
env:
@ -7,15 +8,29 @@ env:
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
sudo: true
addons:
firefox: "47.0.1"
allow_failures:
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
sudo: true
addons:
firefox: "47.0.1"
- php: 7.1
- php: hhvm
sudo: true
dist: trusty
group: edge # Until the next stable image update sometime after 2016-12-01
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
services:
- mysql
- postgresql
allow_failures:
- php: hhvm
before_script:
# Forcing localhost in hosts file