Skip to content

Commit 048f6c6

Browse files
committed
Moving from Julia 1.0 to Julia 1.3
Reasons: BlockArrays requires at least Julia 1.1 5 argument mul! requires Julia 1.3 We could find a workaround for mul! so that we could use Julia 1.1. But I don't believe it is worth the effort since Julia 1.0 is dead and the next LTS version will be 1.6 (announced by S. Karpinski at JuliaCon 2020).
1 parent 9ecbc07 commit 048f6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ language: julia
99
os:
1010
- linux
1111
julia:
12-
- 1.0
13-
- 1.4
12+
- 1.3
13+
- 1.5
1414
notifications:
1515
email:
1616
on_success: never

0 commit comments

Comments
 (0)