Skip to content

Commit

Permalink
update .travis.yml to allow for failures on hhvm and nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Mar 7, 2018
1 parent 2c78b66 commit 2a633b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ group: deprecated-2017Q4
language: php

php:
- 7.2
- 7.1
- 7.0
- 5.6
Expand All @@ -14,6 +15,11 @@ php:
- hhvm
- nightly

matrix:
allow_failures:
- php: nightly
- php: hhvm

services:
- mysql

Expand Down

0 comments on commit 2a633b3

Please sign in to comment.