From 48eae87ff1d1b7080eeb1b8273bdea9ad76587ce Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 10 Jul 2020 08:50:20 -0500 Subject: [PATCH 1/4] [ci skip] Remove Julia 1.1-1.3 from Travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e27f76a230d..96e3266cf68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ os: # with osx and linux should be similar. julia: - 1.0 - - 1.1 - - 1.2 - - 1.3 + # - 1.1 # Disable to speed up CI + # - 1.2 + # - 1.3 - 1.4 # This is left as an example for the next big version switch. # matrix: From 5d16f4e05d1d9102429c851db5ead3c232716965 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 10 Jul 2020 08:51:03 -0500 Subject: [PATCH 2/4] Update appveyor.yml --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c4b8d2e61e4..a188e04bc25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ environment: matrix: - julia_version: 1.0 -# - julia_version: 1.1 # Disabled to speed up CI, tested on Linux with Travis -# - julia_version: 1.2 # Disabled to speed up CI, tested on Linux with Travis - - julia_version: 1.3 +# - julia_version: 1.1 # Disabled to speed up CI +# - julia_version: 1.2 # Disabled to speed up CI +# - julia_version: 1.3 # Disabled to speed up CI - julia_version: 1.4 platform: From 7df79e4d44c3bc842267c2cf134ca2fe79ed1359 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 10 Jul 2020 12:42:47 -0500 Subject: [PATCH 3/4] [ci skip] fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96e3266cf68..7d96bc731b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ os: # with osx and linux should be similar. julia: - 1.0 - # - 1.1 # Disable to speed up CI + # - 1.1 # Disabled to speed up CI # - 1.2 # - 1.3 - 1.4 From 900dc3e06d26364b408d3e4de01a22620d2a7d3f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 10 Jul 2020 12:55:10 -0500 Subject: [PATCH 4/4] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d96bc731b1..587f0936b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,10 @@ julia: # matrix: # allow_failures: # - julia: 0.7 +branches: + only: + - master + - /^release-.*$/ notifications: email: false sudo: false