File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js : 8.9.1
3
+ services :
4
+ - xvfb
3
5
before_install :
4
- - sh -e /etc/init.d/xvfb start
5
- - export PATH=$HOME/.yarn/bin:$PATH
6
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
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
7
9
script :
8
- - if [ "x${CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
9
- - tsc &&
10
- yarn test &&
11
- yarn docs &&
12
- yarn test:downstream
10
+ - if [ "x${CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
11
+ - tsc &&
12
+ yarn test &&
13
+ yarn docs &&
14
+ yarn test:downstream
13
15
env :
14
16
matrix :
15
- - CORE_BRANCH=
16
- - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
17
+ - CORE_BRANCH=
18
+ - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
17
19
notifications :
18
20
slack :
19
21
on_success : never
24
26
depth : 3
25
27
cache :
26
28
directories :
27
- - node_modules
28
- - " .downstream_cache"
29
+ - node_modules
30
+ - ' .downstream_cache'
You can’t perform that action at this time.
0 commit comments