Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0dedd42

Browse files
disable xdebug in composer for travis-ci
1 parent 761583f commit 0dedd42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ matrix:
1818
allow_failures:
1919
- php: nightly
2020

21+
env:
22+
- COMPOSER_ALLOW_XDEBUG=0
23+
2124
cache:
2225
directories:
2326
- $HOME/.composer/cache
@@ -28,5 +31,5 @@ before_script:
2831
- composer install
2932

3033
script:
31-
- composer cs
32-
- composer test
34+
- vendor/bin/phpcs src tests
35+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)