mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14735] Add php nightly to travis build config
PHPBB3-14735
This commit is contained in:
parent
dd01de03bf
commit
f04685200b
1 changed files with 3 additions and 0 deletions
|
@ -22,10 +22,13 @@ matrix:
|
|||
env: DB=mysqli
|
||||
- php: 7.0
|
||||
env: DB=mysqli
|
||||
- php: nightly
|
||||
env: DB=mysqli
|
||||
- php: hhvm
|
||||
env: DB=mysqli
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue