From e5f051efe346fb152a194dd4da54cb504cd438de Mon Sep 17 00:00:00 2001 From: Kevin Squire Date: Thu, 20 Feb 2020 12:41:29 -0800 Subject: [PATCH] Update .travis.yml * Remove osx (it's slow, and there shouldn't be any need) * Add testing on Julia 1.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b864d7..6d6467c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: julia os: - linux - - osx julia: + - 1.0 - 1.3 - nightly notifications: