Skip to content

Commit

Permalink
Merge pull request #10 from ryotsun/patch-4343
Browse files Browse the repository at this point in the history
Update package tests
  • Loading branch information
schlessera authored Sep 17, 2017
2 parents aa1c9e0 + 55cdbc4 commit aead81d
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 45 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ matrix:
env: WP_VERSION=latest

before_install:
- phpenv config-rm xdebug.ini
- |
# Remove Xdebug for a huge performance increase:
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
phpenv config-rm xdebug.ini
else
echo "xdebug.ini does not exist"
fi
install:
- composer require wp-cli/wp-cli:dev-master
Expand Down
Loading

0 comments on commit aead81d

Please sign in to comment.