We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a3dfa commit d1b23ffCopy full SHA for d1b23ff
.travis.yml
@@ -3,7 +3,7 @@ language: julia
3
os:
4
- linux
5
julia:
6
- - 1.0
+ - 1.1
7
- nightly
8
#matrix:
9
# allow_failures:
Project.toml
@@ -9,7 +9,7 @@ LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
10
[compat]
11
LoopVectorization = "0.7"
12
-julia = "1"
+julia = "1.1"
13
14
[extras]
15
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
0 commit comments