fenom/.travis.yml

22 lines
265 B
YAML
Raw Permalink Normal View History

language: php
2015-08-07 17:21:24 +03:00
sudo: false
php:
2014-04-12 01:14:17 +04:00
- 5.6
2015-10-10 23:20:00 +03:00
- 7.0
2016-11-18 22:26:03 +03:00
- 7.1
2018-03-26 18:35:11 +03:00
- 7.2
2020-07-06 11:33:51 +03:00
- 7.3
- 7.4
2013-09-12 19:59:20 +04:00
before_script:
2017-04-22 16:25:04 +03:00
- composer global require satooshi/php-coveralls
2020-07-06 11:32:35 +03:00
- composer update --quiet
2013-09-05 03:37:39 +04:00
2013-09-12 19:59:20 +04:00
script:
2020-07-06 11:35:15 +03:00
- vendor/bin/phpunit phpunit -c phpunit.xml.dist
2013-09-12 19:59:20 +04:00
after_script:
2017-04-22 16:25:04 +03:00
- coveralls