We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89214a1 + c7e5c59 commit 3464688Copy full SHA for 3464688
1 file changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
sudo: required
3
-dist: trusty
+dist: xenial
4
node_js:
5
- 8
6
addons:
@@ -11,10 +11,11 @@ addons:
11
- google-chrome
12
packages:
13
- google-chrome-stable
14
+services:
15
+ - xvfb
16
before_install:
17
- export CHROME_BIN=chromium-browser
18
- export DISPLAY=:99.0
-- sh -e /etc/init.d/xvfb start
19
before_script:
20
- npm install
21
script:
0 commit comments