Added Yiistrap
This commit is contained in:
14
www/protected/extensions/bootstrap/.travis.yml
Normal file
14
www/protected/extensions/bootstrap/.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source
|
||||
|
||||
script: vendor/bin/codecept run unit
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
Reference in New Issue
Block a user