Skip to content

Commit

Permalink
remove xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 9, 2020
1 parent b74fa8d commit 4344066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo: false
services:
- mysql
before_install:
- if [ $TRAVIS_PHP_VERSION == '7.2' ]; then phpenv config-rm xdebug.ini; fi;
- phpenv config-rm xdebug.ini
install:
- composer install
before_script:
Expand Down

0 comments on commit 4344066

Please sign in to comment.