Skip to content

Commit

Permalink
keep low memory initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
madeleineudell committed Jul 18, 2019
2 parents 60e4ed9 + 49af5e0 commit 27a4e6c
Show file tree
Hide file tree
Showing 55 changed files with 873 additions and 488 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -3,13 +3,15 @@ os:
- osx
- linux
julia:
- 0.6
- 1.0
- nightly
notifications:
email: false
matrix:
allow_failures:
- julia: nightly
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("LowRankModels"); Pkg.test("LowRankModels"; coverage=true)';
after_success:
# push coverage results to Coveralls
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 27a4e6c

Please sign in to comment.