Skip to content

Commit a71ffa2

Browse files
committed
Yet another try on coverage and docs
1 parent 23bc8a2 commit a71ffa2

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
@@ -12,15 +12,14 @@ matrix:
1212
allow_failures:
1313
- julia: nightly
1414
after_success:
15-
- julia --project=test/coverage -e 'using Pkg; Pkg.instantiate()'
16-
- julia --project=test/coverage test/coverage/coverage.jl
15+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
1716
jobs:
1817
include:
19-
- stage: deploy
18+
- stage: "Documentation"
2019
julia: 1.0
2120
os: linux
2221
script:
23-
- julia --project=docs -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); Pkg.instantiate()'
22+
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd())))'
2423
- julia --project=docs --color=yes docs/make.jl
2524
after_success: skip
2625
notifications:

0 commit comments

Comments
 (0)