Skip to content

Commit

Permalink
Adding PHP 5.6 and HHVM-nightly to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed May 11, 2014
1 parent 94837a0 commit 08347cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,9 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly

env:
- DB=mysql
Expand Down Expand Up @@ -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

0 comments on commit 08347cf

Please sign in to comment.