Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 4, 2018
1 parent 2b894b8 commit 8364840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -60,7 +60,7 @@ install:
# Q: are all of these scripts ok here, or shall they be moved to the before_script step, when we add matrix combinations ???

# Disable xdebug for speed (executing composer), but allow us to e-enable it later
- then export XDEBUG_INI=`php -i | grep xdebug.ini | grep home/travis | grep -v '=>' | head -1`
- export XDEBUG_INI=`php -i | grep xdebug.ini | grep home/travis | grep -v '=>' | head -1`
- export XDEBUG_INI=${XDEBUG_INI/,/}
- if [ "$XDEBUG_INI" != "" ]; then mv "$XDEBUG_INI" "$XDEBUG_INI.bak"; fi

Expand Down

0 comments on commit 8364840

Please sign in to comment.