Updates
This commit is contained in:
36
vendor/giggsey/libphonenumber-for-php/.travis.yml
vendored
Normal file
36
vendor/giggsey/libphonenumber-for-php/.travis.yml
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
sudo: false
|
||||
|
||||
language: php
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.3
|
||||
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
|
||||
- php: 5.4
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
- php: 7.0
|
||||
- php: 7.1
|
||||
# Use the newer stack for HHVM as HHVM does not support Precise
|
||||
- php: hhvm
|
||||
sudo: required
|
||||
dist: trusty
|
||||
group: edge
|
||||
|
||||
before_install:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- mkdir -p build/logs
|
||||
|
||||
install:
|
||||
- travis_retry composer update --no-interaction $COMPOSER_FLAGS
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v --exclude-no-stmt
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||
|
||||
notifications:
|
||||
irc: "irc.appliedirc.com#applied"
|
||||
Reference in New Issue
Block a user