Skip to content

Commit

Permalink
fix if check to work in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamualpha committed Sep 14, 2015
1 parent ba86e33 commit d59d549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/submit-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
if [[ ! "$CODECLIMATE_REPO_TOKEN" = "" ]]; then
#!/bin/sh
if [ ! "$CODECLIMATE_REPO_TOKEN" = "" ]; then
LCOV=`find coverage/ -name lcov.info`
node_modules/.bin/codeclimate-test-reporter < $LCOV;
else
Expand Down

0 comments on commit d59d549

Please sign in to comment.