Skip to content

Commit

Permalink
Merge pull request FriendsOfSymfony#236 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Added PHP 5.6 and HHVM to travis.yml
  • Loading branch information
zocimek committed Aug 2, 2014
2 parents ea4dcc1 + 4d9ac5c commit fc199a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
- SYMFONY_VERSION=2.1.*
Expand All @@ -24,3 +26,5 @@ notifications:
matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: 5.6
- php: hhvm

0 comments on commit fc199a3

Please sign in to comment.