Skip to content

Commit 3e31f94

Browse files
chore(travis): use yarn to run scripts
1 parent bb8b13c commit 3e31f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
# When CORE_BRANCH env variable is set, it will fetch, build, and test using that branch of @uirouter/core
1010
- 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
12-
- if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream ; else tsc && npm test; fi
12+
- if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then yarn test:downstream ; else tsc && yarn test; fi
1313

1414
env:
1515
global:

0 commit comments

Comments
 (0)