Skip to content

Commit

Permalink
update travis for docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Mar 23, 2020
1 parent faeaf75 commit da4517b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Expand Up @@ -14,5 +14,15 @@ notifications:
- sunbergzach@gmail.com

after_success:
- julia --project -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include("docs/make.jl")'
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

jobs:
include:
- stage: "Documentation"
julia: 1
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip

0 comments on commit da4517b

Please sign in to comment.