File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js : 8.9.1
2
+ node_js : 10.16.0
3
3
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
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
7
7
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
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
13
13
env :
14
14
matrix :
15
- - CORE_BRANCH=
16
- - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
15
+ - CORE_BRANCH=
16
+ - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
17
17
notifications :
18
18
slack :
19
19
on_success : never
24
24
depth : 3
25
25
cache :
26
26
directories :
27
- - node_modules
28
- - " .downstream_cache"
27
+ - node_modules
28
+ - ' .downstream_cache'
You can’t perform that action at this time.
0 commit comments