Skip to content

Commit

Permalink
Call julia on docs/make.jl directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Sep 6, 2018
1 parent b963688 commit 9649290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after_success:
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
fi
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'import StaticArrays; cd(joinpath(dirname(pathof(StaticArrays)), "..")); include(joinpath("docs", "make.jl"))'
- julia docs/make.jl

0 comments on commit 9649290

Please sign in to comment.