File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 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
77before_script : greenkeeper-lockfile-update && greenkeeper-lockfile-upload
88script :
99# 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
1111# If DOWNSTREAM or DOWNSTREAM_PKGS is set, run downstream packages' tests instead
1212- if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream ; else tsc && npm test ; fi
1313
1414env :
1515 global :
1616 secure : TanWbkSRljYf0ENPiF3LDM+6RDYyUZoVIIQjUk9UDZ1MBvzEiqISB/zKSXSoYY1JNZpNcXgje2Sl08yGhAugRVodH+FJa/khSkXwRsZAlJuG8qPFAevW4gffvJvPAE7O0uy4jLyyu+Fi9dptdi1zDGsOps/Q+WURH9jWPGmQpj8=
1717 matrix :
18- - CORE_BRANCH=master
1918 - CORE_BRANCH=
20- - DOWNSTREAM=true
19+ - CORE_BRANCH=master
2120 - CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core DOWNSTREAM=true
21+ - DOWNSTREAM=true
2222
2323matrix :
2424 fast_finish : true
3838 directories :
3939 - .downstream_cache
4040 - node_modules
41- - ui-router-core
You can’t perform that action at this time.
0 commit comments