From 78c5af7331e9e568930f7d89a685c8145a4273e6 Mon Sep 17 00:00:00 2001 From: TeroFrondelius Date: Fri, 9 Dec 2016 11:00:27 +0200 Subject: [PATCH] try to fix Travis CI testing --- REQUIRE | 3 ++- deps/ReST.jl | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 deps/ReST.jl diff --git a/REQUIRE b/REQUIRE index 288935f..1d2d517 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,4 @@ -julia 0.4 +julia 0.5 BaseTestNext ForwardDiff LightXML @@ -8,3 +8,4 @@ Compat DataFrames Formatting Logging +NLsolve diff --git a/deps/ReST.jl b/deps/ReST.jl deleted file mode 100644 index dff65bf..0000000 --- a/deps/ReST.jl +++ /dev/null @@ -1,3 +0,0 @@ -module ReST - -end