Skip to content

Commit

Permalink
oops, I turned off coverall.....
Browse files Browse the repository at this point in the history
  • Loading branch information
AngLi-Leon authored and apavlo committed Jul 13, 2017
1 parent cfeb87e commit 2bf837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ script:
# run jdbc tests
- python ../script/validators/jdbc_validator.py
# upload coverage info
- bash -c "if [ $(echo $COVERALLS | tr "[:lower:]" "[:upper:]") = 'ON' ] ; then echo 1; fi"
- bash -c "if [ $(echo $COVERALLS | tr "[:lower:]" "[:upper:]") = 'ON' ] ; then make coveralls; fi"

0 comments on commit 2bf837b

Please sign in to comment.