From abb7da5dad95cd1343d6f733e77a899c21969970 Mon Sep 17 00:00:00 2001 From: Cedric St-Jean Date: Sat, 21 Oct 2017 21:34:51 -0400 Subject: [PATCH] Fix REQUIRE --- .travis.yml | 5 ++++- REQUIRE | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7a8d51..93461f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,11 @@ os: - linux - osx julia: - - 0.5 + - 0.6 - nightly +matrix: + allow_failures: + - julia: nightly notifications: email: false git: diff --git a/REQUIRE b/REQUIRE index 94237c0..2972ddd 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1,2 @@ -julia 0.5 +julia 0.6 +DataFrames