Skip to content

Commit a83c910

Browse files
committed
Downgrade required Julia version to v1.0
1 parent 3fc4e4d commit a83c910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- freebsd
66
- osx
77
julia:
8-
- 1.3
8+
- 1.0
99
- 1
1010
- nightly
1111
git:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Elliot Saba <[email protected]>"]
44
version = "0.1.0"
55

66
[compat]
7-
julia = "1.3"
7+
julia = "1"
88

99
[extras]
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)