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 91d8eb1 commit d6d1885Copy full SHA for d6d1885
.travis.yml
@@ -12,6 +12,7 @@ services:
12
13
julia:
14
- 1.5
15
+ - nightly
16
17
env:
18
- IIF_TEST=false
@@ -24,15 +25,16 @@ branches:
24
25
26
jobs:
27
include:
- - env:
28
+ - julia: 1.4
29
+ env:
30
- IIF_TEST=true
31
if: NOT branch =~ ^release.*$
- - julia: nightly
- if: NOT branch =~ ^release.*$
32
- arch: arm64
33
env: SKIP_CGDFG_TESTS=true
34
before_script:
35
- stage: "Documentation"
36
+ julia: 1.4
37
+ os: linux
38
script:
39
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
40
- julia --project=docs/ docs/make.jl
0 commit comments