Skip to content

Commit 172d0a1

Browse files
authored
Update .travis.yml
1 parent 16f3b5d commit 172d0a1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ matrix:
1818
allow_failures:
1919
- julia: nightly
2020

21-
jobs:
22-
include:
23-
- stage: "Documentation"
24-
julia: 1.3
25-
os: linux
26-
script:
27-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
28-
Pkg.instantiate()'
29-
- julia --project=docs/ docs/make.jl
30-
after_success: skip
21+
after_success:
22+
# Submit test coverage report
23+
#- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
24+
# Build and deploy documentation
25+
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
26+
- julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)