init
This commit is contained in:
16
vendor/codeception/verify/.travis.yml
vendored
Normal file
16
vendor/codeception/verify/.travis.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7
|
||||
|
||||
sudo: false
|
||||
|
||||
before_install:
|
||||
- composer self-update
|
||||
- composer install --prefer-source
|
||||
|
||||
script: vendor/bin/phpunit
|
||||
Reference in New Issue
Block a user