Skip to content

Commit bb8b13c

Browse files
chore(travis): fix typo
1 parent b0e0e60 commit bb8b13c

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 run travis ; fi
12+
- if [ "x${DOWNSTREAM_PKGS}${DOWNSTREAM}x" != "xx" ] ; then npm run test:downstream ; else tsc && npm test; fi
1313

1414
env:
1515
global:

0 commit comments

Comments
 (0)