From a63fd76ca8bae5e20d63732a058d50d2eea64383 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Sun, 19 Apr 2020 23:51:40 +0200 Subject: [PATCH] drop julia 1.0, 1.2, 1.3 from travis --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec9d8e4..951ff42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,8 @@ os: - linux - osx julia: - - 1.0 - - 1.1 - - 1.2 - 1.3 + - 1.4 - nightly notifications: email: true @@ -16,8 +14,4 @@ matrix: allow_failures: - julia: nightly -## uncomment the following lines to override the default test -# script: - # - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)' - codecov: true