File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ install: yarn --check-files
7
7
before_script : greenkeeper-lockfile-update && greenkeeper-lockfile-upload
8
8
script :
9
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 ui-router- core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
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
11
# If DOWNSTREAM or DOWNSTREAM_PKGS is set, run downstream packages' tests instead
12
12
- if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream ; else tsc && npm test ; fi
13
13
14
14
env :
15
15
global :
16
16
secure : TanWbkSRljYf0ENPiF3LDM+6RDYyUZoVIIQjUk9UDZ1MBvzEiqISB/zKSXSoYY1JNZpNcXgje2Sl08yGhAugRVodH+FJa/khSkXwRsZAlJuG8qPFAevW4gffvJvPAE7O0uy4jLyyu+Fi9dptdi1zDGsOps/Q+WURH9jWPGmQpj8=
17
17
matrix :
18
- - CORE_BRANCH=master
19
18
- CORE_BRANCH=
20
- - DOWNSTREAM=true
19
+ - CORE_BRANCH=master
21
20
- CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core DOWNSTREAM=true
21
+ - DOWNSTREAM=true
22
22
23
23
matrix :
24
24
fast_finish : true
38
38
directories :
39
39
- .downstream_cache
40
40
- node_modules
41
- - ui-router-core
You can’t perform that action at this time.
0 commit comments