Skip to content

Commit d6d1885

Browse files
committed
change travis back
1 parent 91d8eb1 commit d6d1885

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212

1313
julia:
1414
- 1.5
15+
- nightly
1516

1617
env:
1718
- IIF_TEST=false
@@ -24,15 +25,16 @@ branches:
2425

2526
jobs:
2627
include:
27-
- env:
28+
- julia: 1.4
29+
env:
2830
- IIF_TEST=true
2931
if: NOT branch =~ ^release.*$
30-
- julia: nightly
31-
if: NOT branch =~ ^release.*$
3232
- arch: arm64
3333
env: SKIP_CGDFG_TESTS=true
3434
before_script:
3535
- stage: "Documentation"
36+
julia: 1.4
37+
os: linux
3638
script:
3739
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3840
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)