From b55f1838ed31c6486e1df0bb3fd0a81aadcf0d47 Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Thu, 5 Sep 2019 17:42:14 -0500 Subject: [PATCH] Test (travis) using Julia 1.2 and 1.3 too (#222) * Test (travis) using Julia 1.2 and 1.3 too * Remove testing Julia 1.1 from travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 501a15f0..00703b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ os: julia: - 1.0 - - 1.1 + - 1.2 + - 1.3 - nightly notifications: