From b1641579f2a71ff27236667ca1cc4e60c391972e Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 20 Jul 2017 06:04:21 -0700 Subject: [PATCH] use version number instead of release in .travis.yml (#109) 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 820e4c8..8a7b7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ language: julia os: - linux julia: - - release - - nightly + - 0.5 notifications: email: false webhooks: