Skip to content

Commit 1d8b1ee

Browse files
committed
drop 0.6
1 parent d300379 commit 1d8b1ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.6
76
- 1.0
87
- nightly
98
matrix:

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
33

44
[deps]
55
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
6+
7+
[compat]
8+
julia = "≥ 1.0"

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
julia 0.6
1+
julia 1.0
22
Compat 0.62

0 commit comments

Comments
 (0)