diff --git a/defaults/travis.yml b/defaults/travis.yml index 1186c4c..62767c7 100644 --- a/defaults/travis.yml +++ b/defaults/travis.yml @@ -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}}