BiFace_Server_Lite/vendor/codeception/phpunit-wrapper/.travis.yml
2020-03-27 10:13:51 +07:00

18 lines
255 B
YAML

language: php
env:
CODECEPTION_VERSION: '2.4.x-dev'
php:
- 5.6
- 7.0
- 7.1
before_script:
- wget https://robo.li/robo.phar
- php robo.phar prepare
- composer update
script:
- php robo.phar test cli
- php robo.phar test "unit -g core"