Skip to content

Commit

Permalink
Merge pull request #4 from haampie/upgrade-1.0
Browse files Browse the repository at this point in the history
Update travis script
  • Loading branch information
haampie committed Aug 13, 2018
2 parents 936b051 + f21fda7 commit 4ba30e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ matrix:
notifications:
email: false
after_success:
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("RandomizedLinAlg")); using Coverage; Coveralls.submit(process_folder());'
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("RandomizedLinAlg")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("RandomizedLinAlg")); using Coverage; Coveralls.submit(process_folder());'
- julia -e 'using Pkg; Pkg.add("Documenter"); cd(Pkg.dir("RandomizedLinAlg")); include(joinpath("docs", "make.jl"))'

0 comments on commit 4ba30e5

Please sign in to comment.