Skip to content

Commit

Permalink
swtiched documenter_debug to true, and now it deploys. no idea why. n…
Browse files Browse the repository at this point in the history
…ot complaining.
  • Loading branch information
danspielman committed Jul 18, 2017
1 parent 76c73d3 commit 88b4647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ install:

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Laplacians"); Pkg.test("Laplacians"; coverage=true)'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Laplacians");'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Laplacians"); Pkg.test("Laplacians"; coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("Laplacians")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Expand Down

0 comments on commit 88b4647

Please sign in to comment.