Skip to content

Commit

Permalink
Merge pull request EC-CUBE#1669 from nanasess/remove/xdebug
Browse files Browse the repository at this point in the history
travis-ciで、xdebug を無効化する
  • Loading branch information
ryo-endo committed Aug 9, 2016
2 parents dbea68c + 4f15b47 commit 8a70e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ install:
- gem install mailcatcher

before_script:
- phpenv config-rm xdebug.ini
- composer self-update || true
- composer install --dev --no-interaction -o
- sh -c "if [ '$DB' = 'mysql' ]; then sh ./eccube_install.sh mysql none; fi"
Expand Down

0 comments on commit 8a70e61

Please sign in to comment.