Skip to content

Commit d0f4b53

Browse files
committed
Use Julia 1.5 for code coverage and for generating documentation.
1 parent 18f934d commit d0f4b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030

3131
- stage:
3232
julia: 1.4
33+
34+
- stage:
35+
julia: 1.5
3336
after_success:
3437
# Code coverage
3538
- julia -e 'using Pkg; Pkg.add("Coverage");'
3639
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder());'
3740
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder());'
3841

39-
- stage:
40-
julia: 1.5
41-
4242
- stage:
4343
julia: nightly
4444

@@ -47,7 +47,7 @@ jobs:
4747
########################################################
4848

4949
- stage: "Documentation"
50-
julia: 1.4
50+
julia: 1.5
5151
install:
5252
- sudo apt-get update
5353
- sudo apt-get install -y python3.7 python3-pip python3-setuptools

0 commit comments

Comments
 (0)