Skip to content

Commit

Permalink
Add documentation deployment to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed Jun 9, 2016
1 parent e4b75e7 commit 1536f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,8 @@ script:
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("TaylorSeries"); Pkg.test("TaylorSeries"; coverage=true)'

after_success:
- julia -e 'Pkg.clone("https://github.com/JuliaDocs/Documenter.jl")'
- julia -e 'cd(Pkg.dir("TaylorSeries")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("TaylorSeries")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

sudo: false

0 comments on commit 1536f1f

Please sign in to comment.