Merge pull request #23 from box/add_hhvm_and_nightly_in_travis

Add HHVM and PHP nighly in Travis
This commit is contained in:
Adrien Loison 2015-04-16 15:04:07 -07:00
commit 8aeb883ebc

View File

@ -4,6 +4,8 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- nightly
- hhvm
install: install:
- composer self-update - composer self-update