We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe0fff commit c98effaCopy full SHA for c98effa
.travis.yml
@@ -1,7 +1,10 @@
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 DISPLAY=:99.0
8
- export PATH=$HOME/.yarn/bin:$PATH
9
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
10
script: yarn build && yarn test && yarn e2e
0 commit comments