The default Travis script tests with coverage
This commit is contained in:
parent
9b38d75942
commit
12da259a54
@ -12,9 +12,6 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
{{#COVERAGE}}
|
|
||||||
script: julia -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)'
|
|
||||||
{{/COVERAGE}}
|
|
||||||
{{#AFTER}}
|
{{#AFTER}}
|
||||||
after_success:
|
after_success:
|
||||||
{{#CODECOV}}
|
{{#CODECOV}}
|
||||||
|
Loading…
Reference in New Issue
Block a user