1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00

Added composer install to .travis.yml, allowed hhvm failures

This commit is contained in:
Benjamin Morel 2014-08-31 14:42:05 +02:00
parent 1b02ccd08d
commit cd90b79eec

View File

@ -1,5 +1,13 @@
language: php language: php
php: php:
- 5.5 - 5.5
- 5.6 - 5.6
- hhvm - hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install