Skip to content

Commit 2c83b60

Browse files
committed
Package updates for auto-registration.
1 parent f44bf15 commit 2c83b60

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: julia
22

33
julia:
4-
- 1.1
4+
- 1.0
5+
- 1.2
56
- nightly
67

78
os:

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Rectangle = "9a9db56c-8f71-5460-add5-cb450131785e"
1818
RomanNumerals = "37834d88-8936-577c-80c9-1066ecf66832"
1919

2020
[compat]
21+
AbstractTrees = ">= 0.2.1"
22+
AdobeGlyphList = ">= 0.1.1"
23+
BinDeps = ">= 0.8.10"
24+
LabelNumerals = ">= 0.1.0"
25+
Rectangle = ">= 0.1.2"
26+
RomanNumerals = ">= 0.3.1"
2127
julia = "1.0"
2228

2329
[extras]

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 1
3+
- julia_version: 1.0
4+
- julia_version: 1.2
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)