mirror of
https://github.com/danog/math.git
synced 2024-11-30 04:19:31 +01:00
d2a9a1300c
HHVM is not an allowed failure anymore in Travis.
17 lines
223 B
YAML
17 lines
223 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
script:
|
|
- mkdir -p build/logs
|
|
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
|
|
|
|
after_script:
|
|
- vendor/bin/coveralls -v
|