Skip to content

Commit fe7950b

Browse files
andreyboloninweaverryan
authored andcommitted
try to fix phpenv config-rm
1 parent 5056edc commit fe7950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
- SYMFONY_PHPUNIT_DIR=.phpunit
2424

2525
before_install:
26-
- phpenv config-rm xdebug.ini
26+
- phpenv config-rm xdebug.ini || echo "xdebug not available"
2727

2828
install:
2929
- composer update --no-suggest

0 commit comments

Comments
 (0)