yii2-netdisk/.travis.yml
2014-01-03 22:51:30 +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