From cf41ffd9c362b6718ad07fd354376209a36b114d Mon Sep 17 00:00:00 2001 From: roggerj Date: Thu, 7 Sep 2017 09:58:56 +0700 Subject: [PATCH] #162: with chrome install but without selenium test --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2fa4efa3..3b8237c3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,16 @@ jdk: - oraclejdk8 services: - redis-server -#before_install: -# - export DISPLAY=:99.0 -# - sh -e /etc/init.d/xvfb start -# - sudo apt-get install -y libappindicator1 fonts-liberation -# - wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb -# - sudo dpkg -i download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb -# - cd gateleen-test/src/test/resources/ -# - wget https://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip -# - unzip chromedriver_linux64.zip -# - cd ..; cd ..; cd ..; cd .. +before_install: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start + - sudo apt-get install -y libappindicator1 fonts-liberation + - wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb + - sudo dpkg -i download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb + - cd gateleen-test/src/test/resources/ + - wget https://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip + - unzip chromedriver_linux64.zip + - cd ..; cd ..; cd ..; cd .. script: - ./gradlew build # - ./gradlew gateleen-test:startServer (also waits for it to come up)