Merge branch 'master' into fix_prefixed_ss_file
This commit is contained in:
commit
cbced6ad20
@ -4,7 +4,7 @@ filter:
|
|||||||
tools:
|
tools:
|
||||||
external_code_coverage:
|
external_code_coverage:
|
||||||
timeout: 600 # Wait 10 minutes for results
|
timeout: 600 # Wait 10 minutes for results
|
||||||
runs: 3 # Merge results for 5.4, 5.5 and 5.6 jobs
|
runs: 1 # Results are only coming from the PHP 7.1 job
|
||||||
php_mess_detector: true
|
php_mess_detector: true
|
||||||
php_code_sniffer:
|
php_code_sniffer:
|
||||||
config:
|
config:
|
||||||
|
12
.travis.yml
12
.travis.yml
@ -1,11 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- hhvm
|
- 7.1
|
||||||
|
- hhvm-3.6
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@ -19,5 +22,8 @@ script:
|
|||||||
- php vendor/bin/phpunit --coverage-clover=build/logs/coverage.clover
|
- php vendor/bin/phpunit --coverage-clover=build/logs/coverage.clover
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
|
- |
|
||||||
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover; fi
|
if [[ "$TRAVIS_PHP_VERSION" == '7.1' ]]; then
|
||||||
|
wget https://scrutinizer-ci.com/ocular.phar
|
||||||
|
php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover
|
||||||
|
fi
|
||||||
|
@ -43,9 +43,7 @@ For information, the performance tests take about 30 minutes to run (processing
|
|||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
Need to contact us directly? Email oss@box.com and be sure to include the name of this project in the subject.
|
You can ask questions, submit new features ideas or discuss about Spout in the chat room:<br>
|
||||||
|
|
||||||
You can also ask questions, submit new features ideas or discuss about Spout in the chat room:<br>
|
|
||||||
[](https://gitter.im/box/spout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/box/spout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
## Copyright and License
|
## Copyright and License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user