From 72e418c2f2d37d491169841be5dcbcee056194e2 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 22 May 2017 22:06:46 -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.3 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 68d80c6..f192cf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: julia julia: - - release + - 0.3 - nightly notifications: email: false