Skip to content

Commit

Permalink
Travis change to kickstart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tshort committed Dec 20, 2016
1 parent 849a27d commit 662e569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ addons:
notifications:
email: false
after_success:
- julia -e 'cd(Pkg.dir("Sims")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Sims")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("Sims")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("Sims")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 662e569

Please sign in to comment.