Skip to content

Commit 39607ca

Browse files
author
Jorge Aparicio
committed
fix syntax error
1 parent 5341f8f commit 39607ca

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
@@ -26,7 +26,7 @@ install:
2626
script:
2727
# NOTE(TRAVIS_BRANCH) See the NOTE in the `install` section
2828
- if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then
29-
sh ci/script.sh
29+
sh ci/script.sh;
3030
fi
3131

3232
cache: cargo

0 commit comments

Comments
 (0)