Skip to content

Commit 8aaead3

Browse files
authored
Merge pull request #317 from JuliaRobotics/travis/1Q20/jl14
try add julia 1.4 testing
2 parents ebac912 + 2a01e80 commit 8aaead3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@ services:
1313

1414
julia:
1515
- 1.0
16-
- 1.2
17-
- 1.3
16+
- 1.4
1817
- nightly
1918

2019
env:
2120
- IIF_TEST=false
2221

2322
jobs:
2423
include:
25-
- julia: 1.2
24+
- julia: 1.3
2625
env: IIF_TEST=true
2726
if: NOT branch =~ ^release.*$
2827
- arch: arm64
2928
- stage: "Documentation"
30-
julia: 1.2
29+
julia: 1.3
3130
os: linux
3231
script:
3332
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

0 commit comments

Comments
 (0)