Skip to content

Commit 329f083

Browse files
committed
drop Julia v1.1 support
1 parent 7df75a9 commit 329f083

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ os:
55
- osx
66
- windows
77
julia:
8-
- 1.1
98
- 1.2
109
- 1.3
1110
- nightly

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FillArrays = "0.7.1"
2121
InfiniteArrays = "0.3"
2222
LazyArrays = "0.12.1"
2323
MatrixFactorizations = "0.2"
24-
julia = "1"
24+
julia = "1.2"
2525

2626
[extras]
2727
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)