Skip to content

Commit

Permalink
travis????
Browse files Browse the repository at this point in the history
  • Loading branch information
jknowles committed Nov 18, 2016
1 parent 86e4850 commit 127eb18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sudo: false
cache: packages

env:
global:
- WARNINGS_ARE_ERRORS=1
matrix:
- NOT_CRAN="true"
- NOT_CRAN="false"
Expand Down Expand Up @@ -38,7 +36,7 @@ r_binary_packages:

script :
- travis_wait 30 R CMD build --no-build-vignettes --no-manual
- travis_wait 30 R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual
- travis_wait 30 R CMD check merTools_0.2.2.tar.gz --no-build-vignettes --no-manual

after_success:
- travis_wait Rscript -e 'library(covr);coveralls()'
Expand All @@ -50,3 +48,6 @@ notifications:
email:
on_success: change
on_failure: change

branches:
only: master

0 comments on commit 127eb18

Please sign in to comment.