Skip to content

Commit

Permalink
Merge pull request yiisoft#3579 from DaSourcerer/travis-ci
Browse files Browse the repository at this point in the history
[Travis CI] Include nightly HHVM builds into the build matrix
  • Loading branch information
cebe committed May 25, 2014
2 parents 6fd2581 + b9d6662 commit 293d933
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 293d933

Please sign in to comment.