Skip to content

Commit 83f010d

Browse files
committed
move documentation stage to matrix
1 parent 0630f46 commit 83f010d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@ os:
44
- linux
55
julia:
66
- 1.0
7-
- 1.2
87
- 1.3
8+
- 1.4
99
- nightly
1010
matrix:
1111
allow_failures:
1212
julia: nightly
13-
notifications:
14-
email: false
15-
after_success:
16-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
17-
jobs:
1813
include:
1914
- stage: "Documentation"
20-
julia: 1.2
15+
julia: 1.3
2116
os: linux
2217
script:
2318
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
2419
Pkg.instantiate()'
2520
- julia --project=docs/ docs/make.jl
2621
after_success: skip
22+
notifications:
23+
email: false
24+
after_success:
25+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)