Skip to content

Commit

Permalink
Merge pull request #62 from JuliaLang/fix-travis
Browse files Browse the repository at this point in the history
Move coverage stat submission to after_success
  • Loading branch information
Tomas Lycken committed Apr 2, 2015
2 parents 8701944 + 4be08fd commit 064a480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("ODE"); Pkg.test("ODE"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("ODE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 comments on commit 064a480

Please sign in to comment.