Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit b8b8ef3

Browse files
chore(travis): fix travis.yml syntax error
1 parent cdec6a0 commit b8b8ef3

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
@@ -12,7 +12,7 @@ before_script:
1212
script:
1313
- echo "CORE_BRANCH = x${CORE_BRANCH}x";
1414
# Fetch and build the @uirouter/core branch from github, then install it
15-
- >
15+
- >
1616
if [ "x${CORE_BRANCH}x" != "xx" ] ; then
1717
echo "Installing @uirouter/core from ${CORE_BRANCH}" && \
1818
git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git @uirouter/core && \

0 commit comments

Comments
 (0)