From e5ce9180428ce85b97e187f05406f3f5faaa0a36 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Tue, 23 May 2017 01:30:43 -0700 Subject: [PATCH] use version number instead of release in .travis.yml (#11) * 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 * add 0.6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5222bb..6fe2232 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ os: - linux - osx julia: - - release + - 0.5 + - 0.6 - nightly notifications: email: false