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

Commit 761583f

Browse files
disable xdebug in travis-ci
1 parent fb7e3b7 commit 761583f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ cache:
2323
- $HOME/.composer/cache
2424

2525
before_script:
26+
- phpenv config-rm xdebug.ini
27+
- composer validate
2628
- composer install
2729

2830
script:

0 commit comments

Comments
 (0)