fix ci script syntax error

This commit is contained in:
Evan You 2016-05-13 21:16:44 -04:00
parent 8c6db60b58
commit 68dac4c10a

View File

@ -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