Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-baumann committed Jan 8, 2019
1 parent 5c73f91 commit 5267c98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
- julia --project=docs/ docs/make.jl
after_success:
- julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("FixedPointAcceleration")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("FixedPointAcceleration")); include(joinpath("docs", "make.jl"))'

0 comments on commit 5267c98

Please sign in to comment.