From 72c3c1b3b74a873251a53f169e9d0f217332ae8f Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Mon, 4 Feb 2019 20:47:05 -0500 Subject: [PATCH] Update versions & drop support for Julia v0.x --- .travis.yml | 5 ++--- Project.toml | 2 +- REQUIRE | 4 ++-- appveyor.yml | 4 +--- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d576d0..a9825ea 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 @@ git: after_success: # push coverage results to Coveralls & Codecov - - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' + - julia -e 'using Pkg; cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())' diff --git a/Project.toml b/Project.toml index d31e707..0581c65 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] keywords = ["Entities", "HTML"] license = "MIT" uuid = "7693890a-d069-55fe-a829-b4a6d304f0ee" -version = "0.2.7" +version = "0.3.0" [deps] StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" diff --git a/REQUIRE b/REQUIRE index 54ece57..ae012b8 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ -julia 0.6 2- -StrTables 0.2.6 +julia 1 2- +StrTables 0.3.0 diff --git a/appveyor.yml b/appveyor.yml index ec0a8e5..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: @@ -13,7 +12,6 @@ platform: ## (tests will run but not make your overall status red) matrix: allow_failures: - - julia_version: 1.0 - julia_version: latest branches: