From ab57127f4e7b3696c045d9d9bc2aafee8a4e70bf Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 18 Nov 2020 11:50:43 +0000 Subject: [PATCH 1/2] SpecialFunctions bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cc020b6..1fd166d 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] NaNMath = "0.3" -SpecialFunctions = "0.10, 1.0" +SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0" julia = "0.7, 1.0" [extras] From 1f32d84e579cd8eded2ae18fdf2fe5b0ee96e2c9 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 18 Nov 2020 11:51:15 +0000 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59c75a9..c3c2867 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ os: - linux - osx julia: - - 0.7 - 1.0 - - 1.1 + - 1.5 - nightly notifications: email: false