From 881ce42ba38880808dd2de77c6ddfdadc87af392 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Mon, 4 Feb 2019 18:26:06 -0500 Subject: [PATCH] Update versions & drop support for Julia v0.x --- .travis.yml | 5 ++--- Project.toml | 2 +- REQUIRE | 2 +- appveyor.yml | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b6d1ae..44cc1cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ os: - linux - osx julia: - - 0.6 - - 0.7 - 1.0 + - 1.1 - nightly notifications: email: false @@ -24,4 +23,4 @@ matrix: after_success: # push coverage results to Coveralls & Codecov - - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("StrTables")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' + - julia -e 'using Pkg; cd(Pkg.dir("StrTables")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' diff --git a/Project.toml b/Project.toml index ea6b95b..040b29f 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["Strings"] license = "MIT" name = "StrTables" uuid = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" -version = "0.2.7" +version = "0.3.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/REQUIRE b/REQUIRE index 94e1598..c84f16d 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1 @@ -julia 0.6 2- +julia 1 2- diff --git a/appveyor.yml b/appveyor.yml index 97b0b7b..16158fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,7 @@ environment: matrix: - - julia_version: 0.6 - - julia_version: 0.7 - julia_version: 1.0 + - julia_version: 1.1 - julia_version: latest platform: