Skip to content

Commit

Permalink
swisspost#162: with chrome install but without selenium test
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 7, 2017
1 parent 55b001b commit cf41ffd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf41ffd

Please sign in to comment.