Minor - add before_script

pull/2543/head
jmontoyaa 8 years ago
parent 9b313712c4
commit d0776e9080
  1. 4
      .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

Loading…
Cancel
Save