yii2-netdisk/.travis.yml
2014-01-04 04:38:23 +01:00

14 lines
227 B
YAML

language: php
php:
- 5.5
- 5.4
install:
- composer require --prefer-dist --dev 'codeception/codeception *' 'codeception/specify *'
before_script:
- php vendor/bin/codecept build
script:
- php vendor/bin/codecept run