Commit b9d66623 by DaSourcerer

Include nightly HHVM builds into the build matrix

parent 6fd25815
...@@ -5,14 +5,16 @@ php: ...@@ -5,14 +5,16 @@ php:
- 5.5 - 5.5
- 5.6 - 5.6
- hhvm - hhvm
- hhvm-nightly
# run build against PHP 5.6 and hhvm but allow them to fail # 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 # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: hhvm
- php: 5.6 - php: 5.6
- php: hhvm
- php: hhvm-nightly
services: services:
- redis-server - 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