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 ea53463 commit fb48a4aCopy full SHA for fb48a4a
.travis.yml
@@ -1,13 +1,15 @@
1
language: node_js
2
node_js: 8.9.1
3
+services:
4
+ - xvfb
5
before_install:
-- sh -e /etc/init.d/xvfb start
-- export PATH=$HOME/.yarn/bin:$PATH
6
-- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
+ - 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:
-- yarn build &&
- yarn test &&
10
- yarn test:downstream
+ - yarn build &&
11
+ yarn test &&
12
+ yarn test:downstream
13
notifications:
14
slack:
15
on_success: never
@@ -18,5 +20,5 @@ git:
18
20
depth: 3
19
21
cache:
22
directories:
- - node_modules
- - ".downstream_cache"
23
+ - node_modules
24
+ - '.downstream_cache'
0 commit comments