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