From 23ce246f49345ca65a4075f60bf1e9a7c50741fc Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Tue, 23 May 2017 00:08:44 -0400 Subject: [PATCH] use version number instead of release in .travis.yml release will change over time, but your REQUIRE file says this package supports julia 0.5 so it should continue to be tested --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab2aefa..d8fcbea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx julia: - 0.5 - - release + - 0.6 notifications: email: false #script: # use the default script which is equivalent to the following