Skip to content

Commit 36a466b

Browse files
committed
Make min Julia version 1.3
1 parent 6e1820a commit 36a466b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 1.0
6+
- 1.3
77
- 1.5
88
- nightly
99

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Colors = "0.11, 0.12"
2121
Compose = "0.7, 0.8"
2222
LightGraphs = "1.1"
2323
VisualRegressionTests = "0.2, 0.3"
24-
julia = "1"
24+
julia = "1.3"
2525

2626
[extras]
2727
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"

0 commit comments

Comments
 (0)