From 0f58561d506941235dc0b8f6fbd0dcaf0c6dc8a1 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 30 Oct 2019 16:28:22 +0100 Subject: [PATCH] update travis --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bc2bb0..ec9d8e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ os: julia: - 1.0 - 1.1 + - 1.2 + - 1.3 - nightly notifications: email: true @@ -19,7 +21,3 @@ matrix: # - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)' codecov: true - -# after_success: - # push coverage results to Coveralls - #- julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true);'