From 253b78cead164622156d19f462b115a2bcba3076 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Sat, 25 Jan 2020 13:00:38 -0500 Subject: [PATCH] Update .travis.yml Removed 0.7 testing and added 1.3 testing. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38684d2..5dc7d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ os: notifications: email: false julia: - - 0.7 - 1.0 + - 1.3 - nightly before_install: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi