diff --git a/.travis.yml b/.travis.yml index ec62011..3c9b056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"))'