From 68dac4c10a87997fd563f2c565341a360daf5203 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 13 May 2016 21:16:44 -0400 Subject: [PATCH] fix ci script syntax error --- build/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci.sh b/build/ci.sh index 091a439d..b2e3e9dd 100644 --- a/build/ci.sh +++ b/build/ci.sh @@ -1,5 +1,5 @@ set -e npm run ci -if [ -z "$CI_PULL_REQUEST" ] then +if [ -z "$CI_PULL_REQUEST" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/codecov fi