Added HHVM to .travis.yml

This commit is contained in:
Tobias Nyholm 2014-08-08 07:44:41 +02:00 committed by Simon Welsh
parent 7659ebab8e
commit 9476b22409
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,10 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm-nightly
env:
global:
@ -13,6 +17,8 @@ env:
- DB=MYSQL CORE_RELEASE=3.1
matrix:
allow_failures:
- php: hhvm-nightly
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.1
@ -26,6 +32,7 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.1 BEHAT_TEST=1
before_script:
- composer self-update
- phpenv rehash