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..cdbb2dc 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1 @@ -julia 0.6 +julia 0.7-alpha 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