From 7f91c5acc0719ef8c5de15e52c35fae1d914b302 Mon Sep 17 00:00:00 2001 From: Jutho Haegeman Date: Tue, 10 Jul 2018 02:09:36 +0200 Subject: [PATCH] update travis and require --- .travis.yml | 2 +- REQUIRE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 878ae23..e9e7bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx julia: - - 0.6 + - 0.7 - nightly notifications: email: false diff --git a/REQUIRE b/REQUIRE index f6eb0e5..cd4a598 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ -julia 0.7.0-alpha +julia 0.7- Primes