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.
2 parents ebac912 + 2a01e80 commit 8aaead3Copy full SHA for 8aaead3
.travis.yml
@@ -13,21 +13,20 @@ services:
13
14
julia:
15
- 1.0
16
- - 1.2
17
- - 1.3
+ - 1.4
18
- nightly
19
20
env:
21
- IIF_TEST=false
22
23
jobs:
24
include:
25
- - julia: 1.2
+ - julia: 1.3
26
env: IIF_TEST=true
27
if: NOT branch =~ ^release.*$
28
- arch: arm64
29
- stage: "Documentation"
30
- julia: 1.2
+ julia: 1.3
31
os: linux
32
script:
33
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
0 commit comments