Attempting HHVM on Travis, using installed composer

This commit is contained in:
Chris Boden 2014-01-12 20:51:03 -05:00
parent 6dc5fae36b
commit 2921d241b9

View File

@ -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