Skip to content

Commit

Permalink
Added HHVM to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and simonwelsh committed Aug 18, 2014
1 parent 7659eba commit 9476b22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm-nightly

env:
global:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9476b22

Please sign in to comment.