Skip to content

Commit

Permalink
travis errors are irritating
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 3, 2018
1 parent 4efe08f commit 08c3134
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 @@ -19,7 +19,7 @@ before_install:
- Rscript -e 'update.packages(ask = FALSE)'

after_success:
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"))'#, function_exclusions = "getfile")'
- Rscript -e 'library(covr);coveralls(line_exclusions = list("R/global_memory.r", "R/zzz.r" = 1:118, "R/imsn.R"))'

notifications:
email:
Expand Down

0 comments on commit 08c3134

Please sign in to comment.