Skip to content

Commit 868e59e

Browse files
Merge branch 'docs'
2 parents 8d2f993 + 22a08de commit 868e59e

26 files changed

+978
-512
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ notifications:
1616

1717
coveralls: true
1818
codecov: true
19+
20+
jobs:
21+
include:
22+
- stage: "Documentation"
23+
julia: 1.4
24+
os: linux
25+
script:
26+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
27+
Pkg.instantiate()'
28+
- julia --project=docs/ docs/make.jl
29+
after_success: skip

0 commit comments

Comments
 (0)