Minor - remove xdebug.ini in travis to make it faster

pull/2543/head
jmontoyaa 8 years ago
parent 01dd618f34
commit 9b313712c4
  1. 1
      .travis.yml

@ -70,6 +70,7 @@ before_install:
- sudo cat /etc/hosts
- phpenv config-add tests/travis/php-config.ini
- php -ini | grep memory_limit
- phpenv config-rm xdebug.ini
# Install Chash, a database, and then install Chamilo
- git clone https://github.com/chamilo/chash

Loading…
Cancel
Save