Skip to content

Commit

Permalink
swisspost#162: enabled xvfb (x virtual frame buffer) again
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent e6b1a20 commit d8f4e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
before_install:
# - export CHROME_BIN=/usr/bin/google-chrome
# - export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start
- sh -e /etc/init.d/xvfb start
# - sudo apt-get update -qq
- 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
Expand Down
8 changes: 4 additions & 4 deletions gateleen-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ test {
onlyIf {
project.hasProperty("integrationTests")
}
// filter {
// //specific test class, wildcard for packages
// includeTestsMatching "*.HookJsUITest"
// }
filter {
//specific test class, wildcard for packages
includeTestsMatching "*.HookJsUITest"
}
}

0 comments on commit d8f4e92

Please sign in to comment.