Skip to content

Commit

Permalink
defer coverage to the end
Browse files Browse the repository at this point in the history
not sure if the double quotes work...
  • Loading branch information
yihui committed Jan 20, 2015
1 parent 2e5146c commit 896dbd9
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 @@ -28,7 +28,6 @@ install:
- sudo apt-get install -qq pandoc pandoc-citeproc texlive-latex-recommended > /dev/null
- "wget -q -O - http://yihui.name/xran/r-config | bash"
- Rscript -e 'devtools::install_deps(dep = TRUE)'
- Rscript -e 'devtools::install_github("jimhester/covr")'

# run tests
script:
Expand All @@ -40,4 +39,4 @@ after_success:
- "[ $TARGET = integration ] && (wget -q -O - http://yihui.name/xran/r-xran | bash)"

# run test coverage only for the travis build
- "[ $TARGET = travis ] && Rscript -e 'library(covr);coveralls()'"
- "[ $TARGET = travis ] && Rscript -e 'devtools::install_github(\"jimhester/covr\"); covr::coveralls()'"

0 comments on commit 896dbd9

Please sign in to comment.