From 458510b5bbad0e4a345fab79d984c08c96145096 Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Fri, 6 Jul 2018 21:41:25 -0400 Subject: [PATCH 1/2] update to v0.7 --- .travis.yml | 2 +- REQUIRE | 2 +- test/runtests.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6b4d4d..5478c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: trusty os: - linux julia: - - 0.6 + - 0.7 - nightly notifications: email: false diff --git a/REQUIRE b/REQUIRE index 137767a..859ad46 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1 @@ -julia 0.6 +julia 0.7 diff --git a/test/runtests.jl b/test/runtests.jl index 846a471..82eef7f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ -using Base.Test +using Test using CommonSubexpressions @testset "basic usage" begin From c4cb44e88bc2e568f9f88cd9155aa34b18ae001e Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Fri, 6 Jul 2018 21:52:22 -0400 Subject: [PATCH 2/2] don't require release --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index 859ad46..cdbb2dc 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1 @@ -julia 0.7 +julia 0.7-alpha