Skip to content

Commit

Permalink
Added coverage testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Apr 25, 2016
1 parent bf8c2e8 commit 696bcfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("AutoAligns"); Pkg.test("AutoAligns"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("AutoAligns")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 696bcfb

Please sign in to comment.