yii2-netdisk/.travis.yml
2014-01-04 15:20:50 +01:00

14 lines
229 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