init
This commit is contained in:
29
vendor/corneltek/getoptionkit/.travis.yml
vendored
Executable file
29
vendor/corneltek/getoptionkit/.travis.yml
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- hhvm
|
||||
install:
|
||||
- phpenv rehash
|
||||
- composer require "satooshi/php-coveralls" "^1" --dev --no-update
|
||||
- composer install --no-interaction
|
||||
script:
|
||||
- phpunit -c phpunit.xml.dist
|
||||
after_success:
|
||||
- php vendor/bin/coveralls -v
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php: '5.6'
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- vendor
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_failure: change
|
||||
slack:
|
||||
secure: dKH3qw9myjwDO+OIz6qBqn5vJJqoFyD2frS4eH68jI5gtxHX2PJVwaP9waXTSu+FFq9wILsHGQezrawWHcMkbEo4gxbri2Ne7gFT4CJD0DAOyf02JgQ1A/cJaqQ5XrLO9CwjP0/8PKaMCHiND4SLEWgmtlFRoB7gr33QjbQjBvc=
|
||||
Reference in New Issue
Block a user