1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Adding PHP 5.6 and HHVM-nightly to build matrix

This commit is contained in:
Marco Pivetta 2014-05-11 17:51:23 +02:00
parent 94837a0105
commit 08347cf4f7

View File

@ -4,7 +4,9 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
env:
- DB=mysql
@ -32,3 +34,7 @@ matrix:
env: DB=pgsql # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=pgsql # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=mysqli # driver currently unsupported by HHVM