The default Travis script tests with coverage

This commit is contained in:
Chris de Graaf 2018-10-10 13:16:28 -05:00
parent 9b38d75942
commit 12da259a54

View File

@ -12,9 +12,6 @@ matrix:
fast_finish: true
notifications:
email: false
{{#COVERAGE}}
script: julia -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)'
{{/COVERAGE}}
{{#AFTER}}
after_success:
{{#CODECOV}}