Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Aug 28, 2018
1 parent e2eedc6 commit 284f9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ script:
- julia -e 'using Pkg; Pkg.clone("https://github.com/ZKSI/QSWalk.jl.git"); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
after_success:
- julia --depwarn=no -e 'using Pkg; cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'using Pkg; cd(Pkg.dir("QSWalk")); include(joinpath("docs", "make.jl"))'

0 comments on commit 284f9b5

Please sign in to comment.