Skip to content

Commit 93211c3

Browse files
committed
travis for 1.6
1 parent 9999113 commit 93211c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- neo4j
1212

1313
julia:
14-
- 1.5
14+
- 1.6
1515
- nightly
1616

1717
env:
@@ -26,7 +26,7 @@ branches:
2626

2727
jobs:
2828
include:
29-
- julia: 1.4
29+
- julia: 1.6
3030
env:
3131
- IIF_TEST=true
3232
- DO_CGDFG_TESTS=true
@@ -35,7 +35,7 @@ jobs:
3535
env: DO_CGDFG_TESTS=false
3636
before_script:
3737
- stage: "Documentation"
38-
julia: 1.4
38+
julia: 1.6
3939
os: linux
4040
script:
4141
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

0 commit comments

Comments
 (0)