Skip to content

Commit 1379518

Browse files
committed
Temp remove test matrix tests
1 parent 3a0757d commit 1379518

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.travis.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ os:
77

88
arch:
99
- amd64
10-
- arm64
10+
#FIXME# - arm64
1111

1212
services:
1313
- neo4j
1414

1515
julia:
1616
- 1.0
17-
- 1.2
18-
- 1.3
19-
- nightly
17+
#FIXME# - 1.2
18+
#FIXME# - 1.3
19+
#FIXME# - nightly
2020

2121
env:
2222
- IIF_TEST=false
2323

24-
jobs:
25-
include:
26-
- julia: 1.2
27-
env: IIF_TEST=true
28-
if: NOT branch =~ ^release.*$
29-
- stage: "Documentation"
30-
julia: 1.2
31-
os: linux
32-
script:
33-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34-
- julia --project=docs/ docs/make.jl
35-
after_success: skip
36-
fast_finish: true
24+
#FIXME#jobs:
25+
#FIXME# include:
26+
#FIXME# - julia: 1.2
27+
#FIXME# env: IIF_TEST=true
28+
#FIXME# if: NOT branch =~ ^release.*$
29+
#FIXME# - stage: "Documentation"
30+
#FIXME# julia: 1.2
31+
#FIXME# os: linux
32+
#FIXME# script:
33+
#FIXME# - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34+
#FIXME# - julia --project=docs/ docs/make.jl
35+
#FIXME# after_success: skip
36+
#FIXME# fast_finish: true
3737

3838
notifications:
3939
email: false

0 commit comments

Comments
 (0)