We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1bebd commit 7c0f21aCopy full SHA for 7c0f21a
.travis.yml
@@ -1,9 +1,16 @@
1
+sudo: required
2
+dist: trusty
3
+
4
language: node_js
5
6
node_js:
7
- '7'
8
9
before_install:
- - export CHROME_BIN=chromium-browser
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
10
+ - export CHROME_BIN=/usr/bin/google-chrome
11
+ - export DISPLAY=:99.0
12
+ - sh -e /etc/init.d/xvfb start
13
+ - sudo apt-get update
14
+ - sudo apt-get install -y libappindicator1 fonts-liberation
15
+ - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
16
+ - sudo dpkg -i google-chrome*.deb
0 commit comments