Carsten Brandt
11 years ago
4 changed files with 19 additions and 4 deletions
@ -0,0 +1,14 @@
|
||||
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 |
Loading…
Reference in new issue