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 d02f0a8 commit f1de18bCopy full SHA for f1de18b
.travis.yml
@@ -7,7 +7,7 @@ os:
7
- osx
8
9
julia:
10
- - 1.4
+ - 1.5
11
- nightly
12
13
notifications:
@@ -16,7 +16,7 @@ notifications:
16
jobs:
17
include:
18
- stage: "Documentation"
19
- julia: 1.4
+ julia: 1.5
20
os: linux
21
script:
22
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("Knet"); Pkg.instantiate()'
0 commit comments