Skip to content

Commit d1b23ff

Browse files
committed
Use Julia 1.1
1 parent 08a3dfa commit d1b23ff

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
@@ -3,7 +3,7 @@ language: julia
33
os:
44
- linux
55
julia:
6-
- 1.0
6+
- 1.1
77
- nightly
88
#matrix:
99
# allow_failures:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
99

1010
[compat]
1111
LoopVectorization = "0.7"
12-
julia = "1"
12+
julia = "1.1"
1313

1414
[extras]
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)