Skip to content

Commit

Permalink
allow 1.0/1 fail on ci due to JuliaLang/MbedTLS.jl#208
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchingwen committed Nov 30, 2019
1 parent 8c1cef1 commit 06a9a31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ matrix:
allow_failures:
- julia: nightly
- julia: 1.3

- julia: 1.1
- julia: 1.0

branch:
only:
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 06a9a31

Please sign in to comment.