Skip to content

Commit

Permalink
Merge pull request #149 from Ocramius/feature/issue-#148-add-PHP-5.6-…
Browse files Browse the repository at this point in the history
…support

Adding PHP 5.6 to build matrix
  • Loading branch information
Ocramius committed Feb 14, 2014
2 parents a6241be + 31b253a commit acd64ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
Expand All @@ -22,4 +23,4 @@ after_script:

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

0 comments on commit acd64ce

Please sign in to comment.