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