Skip to content

Commit bc81a4c

Browse files
authored
fix ENV JULIA_PKG_SERVER
1 parent 0b87970 commit bc81a4c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ julia:
1616

1717
env:
1818
- IIF_TEST=false
19-
- JULIA_PKG_SERVER=""
2019

2120
branches:
2221
only:
@@ -32,13 +31,18 @@ jobs:
3231
- IIF_TEST=true
3332
- DO_CGDFG_TESTS=true
3433
- DFG_USE_CGDFG=true
34+
- JULIA_PKG_SERVER=""
3535
if: NOT branch =~ /(^v\d+\.\d+(\.\d+)?([-+]\S*)?$)|(^release.*$)/
3636
- arch: arm64
37-
env: DO_CGDFG_TESTS=false
37+
env:
38+
- DO_CGDFG_TESTS=false
39+
- JULIA_PKG_SERVER=""
3840
before_script:
3941
- stage: "Documentation"
4042
julia: 1.6
4143
os: linux
44+
env:
45+
- JULIA_PKG_SERVER=""
4246
script:
4347
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
4448
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)