mirror of
https://github.com/amphp/parallel.git
synced 2025-02-23 14:22:49 +01:00
Disable xdebug on travis
This commit is contained in:
parent
7056c2ed9d
commit
341fd27094
10
.travis.yml
10
.travis.yml
@ -13,13 +13,19 @@ matrix:
|
|||||||
- php: nightly
|
- php: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
- AMP_DEBUG=true
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- phpenv config-rm xdebug.ini || echo "No xdebug config."
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer update -n --prefer-dist
|
- composer update -n --prefer-dist
|
||||||
# pthreads is now only supported on PHP 7.2+
|
# pthreads is now only supported on PHP 7.2+
|
||||||
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then
|
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ] && [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then
|
||||||
travis/install-pthreads.sh;
|
travis/install-pthreads.sh;
|
||||||
fi
|
fi
|
||||||
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.0/coveralls.phar
|
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
|
||||||
- chmod +x coveralls.phar
|
- chmod +x coveralls.phar
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -27,4 +33,4 @@ script:
|
|||||||
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- ./coveralls.phar -v --exclude-no-stmt
|
- ./coveralls.phar -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user