Skip to content

Commit

Permalink
Fix branch for code coverage submission
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Aug 26, 2014
1 parent b4595c7 commit 84b5575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ script:
- if [ $JULIAVERSION = "julianightlies" ]; then julia -e 'Pkg.test("GLM"; coverage=true)'; fi
- if [ $JULIAVERSION = "juliareleases" ]; then julia -e 'Pkg.test("GLM")'; fi
after_success:
- if [ $JULIAVERSION = "juliareleases" ]; then julia -e 'cd(Pkg.dir("GLM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $JULIAVERSION = "julianightlies" ]; then julia -e 'cd(Pkg.dir("GLM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 comments on commit 84b5575

Please sign in to comment.