From 2281317edb52fe05f4c1e2ccdf714a1513c3b463 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sun, 23 Feb 2020 10:57:47 -0500 Subject: [PATCH] update travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d774543c..3574c511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,11 @@ os: - linux - osx julia: - - 0.7 - 1.0 + - 1.1 + - 1.2 + - 1.3 + - 1.4 - nightly notifications: email: false