Skip to content

Commit

Permalink
Only post coverage data while running under Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Dec 3, 2014
1 parent 3089573 commit 4b55d9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/travis-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ echo 'Running tests in reverse...'

echo 'Linting...'
./scripts/lint.sh
./scripts/travis-coverage.sh

if [ $CI ]; then
./scripts/travis-coverage.sh
fi

0 comments on commit 4b55d9f

Please sign in to comment.