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 4059f37 commit 309fc9bCopy full SHA for 309fc9b
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js: 10.16.0
3
+services:
4
+ - xvfb
5
before_install:
- - sh -e /etc/init.d/xvfb start
6
+ - sudo apt-get install libgconf-2-4
7
- export PATH=$HOME/.yarn/bin:$PATH
8
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
9
script:
0 commit comments