Skip to content

Commit

Permalink
Adding PHP 5.6 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Feb 14, 2014
1 parent a6241be commit 31b253a
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 31b253a

Please sign in to comment.