yii2-netdisk/.travis.yml

13 lines
177 B
YAML
Raw Normal View History

language: php
php:
- 5.5
- 5.4
before_script:
2014-01-05 11:07:21 +08:00
- composer install --dev --prefer-dist
- php vendor/bin/codecept build
script:
2014-01-05 08:19:02 +08:00
- php vendor/bin/codecept run functional