Skip to content

Commit

Permalink
swisspost#162: see if build is successful without recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 7, 2017
1 parent cc772a9 commit 55b001b
Show file tree
Hide file tree
Showing 2 changed files with 11 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import static com.jayway.awaitility.Awaitility.await;
import static org.hamcrest.core.IsEqual.equalTo;

@Ignore
public class HookJsUITest extends AbstractTest {

private static WebDriver webDriver;
Expand Down

0 comments on commit 55b001b

Please sign in to comment.