From 12b9cf402d4650ba1329d5da14fdd7f9ebd700a3 Mon Sep 17 00:00:00 2001 From: Per Rutquist Date: Tue, 23 Jun 2020 16:56:59 +0200 Subject: [PATCH] Tests with Julia 1.4 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1ac57e..576e0a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: julia os: - linux - - osx julia: - - 0.6 - - 0.7 + - 1.0 + - 1.2 + - 1.4 - nightly notifications: email: false