From 2b4c21972d8c2f2ad6f53b4597d0a1392b0dbdc7 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sat, 22 Feb 2020 17:36:53 +0100 Subject: [PATCH] Fix test on Travis `isnothing` requires at least Julia 1.1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e514d7b..d43fec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx julia: - - 1.0 + - 1.1 - nightly notifications: email: false