Skip to content

Commit 2315c14

Browse files
author
borysn
committed
trying another fix
1 parent 6a582ca commit 2315c14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: java
22

33
before_install:
4-
- sudo apt-get -qq update
5-
- sudo apt-get install -y chromium-browser
6-
- export CHROME_BIN=chromium-browser
4+
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
5+
- sudo dpkg -i google-chrome*.deb
6+
- export CHROME_BIN=/usr/bin/google-chrome
77
- export DISPLAY=:99.0
88
- sh -e /etc/init.d/xvfb start
99

0 commit comments

Comments
 (0)