1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 12:24:45 +01:00
math/.travis.yml

23 lines
313 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.6
2015-05-22 13:12:06 +02:00
- 7
2014-08-31 14:37:32 +02:00
- hhvm
env:
- CALCULATOR=GMP
- CALCULATOR=BCMath
- CALCULATOR=Native
before_script:
- composer self-update
- composer install
2014-08-31 16:42:11 +02:00
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2014-08-31 16:42:11 +02:00
after_script:
- vendor/bin/coveralls -v