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:
parent
1b02ccd08d
commit
cd90b79eec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user