Skip to content

Commit 771517a

Browse files
committed
try only build one arm build with julia 1.0
1 parent 3ec2484 commit 771517a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.travis.yml

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

88
arch:
99
- amd64
10-
#FIXME# - arm64
1110

1211
services:
1312
- neo4j
1413

1514
julia:
16-
#FIXME# - 1.0
15+
- 1.0
1716
- 1.2
18-
#FIXME# - 1.3
19-
#FIXME# - nightly
17+
- 1.3
18+
- nightly
2019

2120
env:
22-
- IIF_TEST=true
23-
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
21+
- IIF_TEST=false
22+
23+
jobs:
24+
include:
25+
- julia: 1.2
26+
env: IIF_TEST=true
27+
if: NOT branch =~ ^release.*$
28+
- arch: arm64
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
3737

3838
notifications:
3939
email: false

0 commit comments

Comments
 (0)