diff --git a/.travis.yml b/.travis.yml index 24cb63ae5e..8bb6f0fb4c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,6 @@ 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 @@ -100,6 +99,9 @@ before_install: - sudo service apache2 restart - curl $VHOST_URL +before_script: + - phpenv config-rm xdebug.ini + script: - whereis google-chrome-stable - google-chrome-stable --version