Commit 293d9333 by Carsten Brandt

Merge pull request #3579 from DaSourcerer/travis-ci

[Travis CI] Include nightly HHVM builds into the build matrix
parents 6fd25815 b9d66623
......@@ -5,14 +5,16 @@ php:
- 5.5
- 5.6
- hhvm
- hhvm-nightly
# run build against PHP 5.6 and hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: 5.6
- php: hhvm
- php: hhvm-nightly
services:
- redis-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment