This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js : ' 8.9.1'
3
-
2
+ node_js : 8.9.1
4
3
before_install : yarn global add greenkeeper-lockfile@1 yalc
5
4
install : yarn --check-files
6
-
7
5
before_script : greenkeeper-lockfile-update && greenkeeper-lockfile-upload
8
6
script :
9
- # If CORE_BRANCH is set, fetch and build the @uirouter/core branch from github, then install it
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
- # If DOWNSTREAM or DOWNSTREAM_PKGS is set, run downstream packages' tests instead
12
- - if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream ; else tsc && npm test ; fi
13
-
7
+ - if [ "x${ CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package
8
+ . downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core
9
+ ; fi
10
+ - if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream
11
+ ; else tsc && npm test ; fi
14
12
env :
15
13
global :
16
14
secure : TanWbkSRljYf0ENPiF3LDM+6RDYyUZoVIIQjUk9UDZ1MBvzEiqISB/zKSXSoYY1JNZpNcXgje2Sl08yGhAugRVodH+FJa/khSkXwRsZAlJuG8qPFAevW4gffvJvPAE7O0uy4jLyyu+Fi9dptdi1zDGsOps/Q+WURH9jWPGmQpj8=
19
17
- CORE_BRANCH=master
20
18
- CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core DOWNSTREAM=true
21
19
- DOWNSTREAM=true
22
-
23
20
matrix :
24
21
fast_finish : true
25
22
allow_failures :
26
23
- env : CORE_BRANCH=
27
24
- env : DOWNSTREAM=true
28
25
- env : CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core DOWNSTREAM=true
29
-
30
26
notifications :
31
27
slack :
32
28
on_success : change
33
- secure : LqlW9u5Lyh7eHffLqfrIEyIdpqJmPg29NQHqjM6ij2BUFOs9se+NgpRagfICukCEMimOdzEiIE6S4DXNhCcy6hoA24cpswb84vHRuZ4pFz8USq13rX72AgygR1tPKB9sbXLp+XIjRaLPO5z8asECCr7jxSCpMvHRylPAGL4DduI=
34
-
29
+ rooms :
30
+ secure : alXA+pERLtF4DNctl+WaISO3uzUA/JzVCzSrDlNsV9Jvx1HdAqRNbrrnNYzCZBIU6OOv5YBGFbq79v5NPKzMPzoR8dp3PahlxRgucxALweoTCXY5DuDHVSI9ULLl2PND7QOfKyUALuAz5nmT7omPVxRKCpBkVsqewLfMeW1MRgE=
35
31
sudo : false
36
-
37
32
cache :
38
33
yarn : true
39
34
directories :
40
- - .downstream_cache
35
+ - " .downstream_cache"
41
36
- node_modules
You can’t perform that action at this time.
0 commit comments