Skip to content

Commit 2a01e80

Browse files
authored
Update .travis.yml
1 parent e5a25bd commit 2a01e80

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ services:
1313

1414
julia:
1515
- 1.0
16-
- 1.2
17-
- 1.3
1816
- 1.4
1917
- nightly
2018

@@ -23,12 +21,12 @@ env:
2321

2422
jobs:
2523
include:
26-
- julia: 1.2
24+
- julia: 1.3
2725
env: IIF_TEST=true
2826
if: NOT branch =~ ^release.*$
2927
- arch: arm64
3028
- stage: "Documentation"
31-
julia: 1.2
29+
julia: 1.3
3230
os: linux
3331
script:
3432
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

0 commit comments

Comments
 (0)