From 6ebcac317c402cf47c3afcf7426cd61979aa1726 Mon Sep 17 00:00:00 2001 From: Roger-luo Date: Sun, 26 Jul 2020 19:51:00 -0400 Subject: [PATCH] submit coverall --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c11608f..022bc69c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx julia: - - 1.3 + - 1.4 - nightly matrix: allow_failures: @@ -12,3 +12,5 @@ matrix: fast_finish: true notifications: email: false +after_success: + - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())' \ No newline at end of file