Skip to content

Commit

Permalink
doc -> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Jun 27, 2016
1 parent cea5e01 commit 6473488
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 @@ -15,4 +15,4 @@ script:
after_success:
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("AxisArrays")); include(joinpath("doc", "make.jl"))'
- julia -e 'cd(Pkg.dir("AxisArrays")); include(joinpath("docs", "make.jl"))'

0 comments on commit 6473488

Please sign in to comment.