From 06a9a319770888d2c5f33d39604e4d6d47ff611c Mon Sep 17 00:00:00 2001 From: chengchingwen Date: Sat, 30 Nov 2019 16:17:28 +0800 Subject: [PATCH] allow 1.0/1 fail on ci due to https://github.com/JuliaLang/MbedTLS.jl/issues/208 --- .travis.yml | 3 ++- Project.toml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91e8b99c..3195c6cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,8 @@ matrix: allow_failures: - julia: nightly - julia: 1.3 - + - julia: 1.1 + - julia: 1.0 branch: only: diff --git a/Project.toml b/Project.toml index 86f2c206..db04c016 100644 --- a/Project.toml +++ b/Project.toml @@ -29,11 +29,11 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" Adapt = "1.0.0" BSON = "0.2" BytePairEncoding = "0.1" -DataDeps = "0.6.5, 0.7.1" +DataDeps = "0.6.5, 0.7" Flux = ">= 0.7.3, 0.9.0" HTTP = ">= 0.8.1" -InternedStrings = "0.7.0" -JSON = "0.21.0" +InternedStrings = "0.7" +JSON = "0.21" LightXML = "0.8" MacroTools = "0.5" Requires = "0.5"