Attempting HHVM on Travis, using installed composer
This commit is contained in:
parent
6dc5fae36b
commit
2921d241b9
@ -4,7 +4,11 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- composer install --dev --prefer-source
|
||||||
- php composer.phar install --dev --prefer-source
|
|
||||||
|
Loading…
Reference in New Issue
Block a user