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 7f214e3 commit c7b2d31Copy full SHA for c7b2d31
.travis.yml
@@ -1,15 +1,20 @@
1
sudo: false
2
+dist: bionic
3
language: node_js
4
+node_js:
5
+ - '12'
6
+services:
7
+ - xvfb
8
+env:
9
+ global:
10
+ - MOZ_HEADLESS=1
11
+addons:
12
+ firefox: latest
13
cache:
14
directories:
15
- node_modules
16
notifications:
17
email: none
-node_js:
- - '12'
-before_install:
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
18
before_script:
19
- npm prune
20
script:
0 commit comments