Skip to content

Commit b2b906b

Browse files
Merge branch 'travis'
2 parents d7f71f8 + 99d7298 commit b2b906b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ install: yarn --check-files
77
before_script: greenkeeper-lockfile-update && greenkeeper-lockfile-upload
88
script:
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

1414
env:
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

2323
matrix:
2424
fast_finish: true
@@ -38,4 +38,3 @@ cache:
3838
directories:
3939
- .downstream_cache
4040
- node_modules
41-
- ui-router-core

0 commit comments

Comments
 (0)