Skip to content

Commit

Permalink
Correct doc cmd in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J. Ward committed Aug 11, 2018
1 parent ef30e25 commit f4d1bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ matrix:
- julia: nightly

after_success:
- julia -e 'cd(Pkg.dir("BufferedStreams")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'cd(joinpath(Pkg.dir("BufferedStreams"), "docs/src")); mkdir("assets"); cd("assets"); run(pipeline(`curl https://codeload.github.com/BioJulia/assets/tar.gz/master`, `tar -xz --strip=2 assets-master/doc_assets`))'
- julia --color=yes -e 'cd(Pkg.dir("BufferedStreams")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("Coverage")'
- julia -e 'import BufferedStreams; cd(dirname(dirname(pathof(BufferedStreams)))); include(joinpath("docs", "make.jl"))'
- julia -e 'using Coverage; import BufferedStreams; cd(dirname(dirname(pathof(BufferedStreams)))); Codecov.submit(process_folder())'

0 comments on commit f4d1bf0

Please sign in to comment.