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 36fc86a commit 810ae67Copy full SHA for 810ae67
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js: 8.9.1
3
-before_install: yarn global add greenkeeper-lockfile@1 yalc
+before_install:
4
+- sh -e /etc/init.d/xvfb start
5
+- yarn global add greenkeeper-lockfile@1 yalc
6
install: yarn --check-files
7
before_script: greenkeeper-lockfile-update && greenkeeper-lockfile-upload
8
script:
0 commit comments