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 9999113 commit 93211c3Copy full SHA for 93211c3
.travis.yml
@@ -11,7 +11,7 @@ services:
11
- neo4j
12
13
julia:
14
- - 1.5
+ - 1.6
15
- nightly
16
17
env:
@@ -26,7 +26,7 @@ branches:
26
27
jobs:
28
include:
29
- - julia: 1.4
+ - julia: 1.6
30
31
- IIF_TEST=true
32
- DO_CGDFG_TESTS=true
@@ -35,7 +35,7 @@ jobs:
35
env: DO_CGDFG_TESTS=false
36
before_script:
37
- stage: "Documentation"
38
- julia: 1.4
+ julia: 1.6
39
os: linux
40
script:
41
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
0 commit comments