From 0e6a92d89b6431afed5c82e02f99ff51afc1dd7b Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 22 May 2017 23:26:02 -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.4 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 08d0c7e..7e23060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux julia: - - release + - 0.4 notifications: email: false