Skip to content

Commit

Permalink
Update CI and Project files
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jan 26, 2020
1 parent 6948937 commit 5e41a80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.3
- nightly
notifications:
email: false
Expand Down
21 changes: 11 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"]
license = "MIT"
uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6"
version = "1.0.1"
version = "1.0.2"

[deps]
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
Expand Down Expand Up @@ -42,12 +42,13 @@ test = ["Test", "REPL", "BenchmarkTools", "Serialization"]

[compat]
julia = "^1.0.0"
PCRE2 = "≥ 1.0.2"
Format = "≥ 1.0.0"
ModuleInterfaceTools = "≥ 1.0.1"
InternedStrings = "≥ 0.7.0"
StrTables = "≥ 1.0.0"
StrEntities = "≥ 1.0.0"
StrFormat = "≥ 1.0.0"
StrRegex = "≥ 1.0.1"
StrLiterals = "≥ 1.0.0"
PCRE2 = "1.0.2"
Format = "1.1.0"
ModuleInterfaceTools = "1.0.1"
InternedStrings = "0.7.0"
StrBase = "1.0.2"
StrTables = "1.0.0"
StrEntities = "1.0.0"
StrFormat = "1.0.0"
StrRegex = "1.0.1"
StrLiterals = "1.0.0"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1
- julia_version: 1.3
- julia_version: latest

platform:
Expand Down

0 comments on commit 5e41a80

Please sign in to comment.