1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 21:51:22 +01:00
math/.travis.yml

21 lines
259 B
YAML
Raw Normal View History

2014-08-31 14:37:32 +02:00
language: php
2014-08-31 14:37:32 +02:00
php:
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install
2014-08-31 16:42:11 +02:00
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v