1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00
math/.travis.yml
Benjamin Morel d2a9a1300c Added official HHVM support
HHVM is not an allowed failure anymore in Travis.
2014-09-01 18:55:10 +02:00

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