Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
minor #923 added PHP 5.6 and HHVM to the Travis file (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.2.x-dev branch.

Discussion
----------

added PHP 5.6 and HHVM to the Travis file

Commits
-------

ecf3acf added PHP 5.6 and HHVM to the Travis file
  • Loading branch information
fabpot committed Mar 14, 2014
2 parents 8a50937 + ecf3acf commit 5f44909
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 @@ -18,3 +18,9 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

0 comments on commit 5f44909

Please sign in to comment.