Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo committed Dec 20, 2017
1 parent f337f03 commit a41bfdc
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 @@ -35,4 +35,4 @@ after_success:
- julia -e 'cd(Pkg.dir("Microbiome")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
# build docs
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Microbiome")); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("Microbiome")); include(joinpath("docs", "make.jl"))'

0 comments on commit a41bfdc

Please sign in to comment.