We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0a13f7 + 7edc355 commit bd996e9Copy full SHA for bd996e9
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js: 8.9.1
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
notifications:
0 commit comments