Skip to content

Commit

Permalink
Updated travis.yml settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Haziq Jamil committed Jun 12, 2017
1 parent 934df86 commit aa950b1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ cache: packages

sudo: false

addons:
apt:
packages:
- valgrind
warnings_are_errors: true

matrix:
include:
- os: linux
r: release
addons:
apt:
packages:
- valgrind
env:
- VALGRIND_OPTS='--leak-check=full --track-origins=yes'
script:
Expand Down Expand Up @@ -45,13 +46,14 @@ matrix:
r: oldrel
r_check_args: --as-cran

- os: osx
r: devel
r_check_args: --as-cran
# - os: osx
# r: devel
# r_check_args: --as-cran
# https://github.com/travis-ci/travis-ci/issues/6629

notifications:
on_success: change # default: never
on_failure: change # default: always
on_success: change
on_failure: change
email: false
pushover:
api_key:
Expand Down

0 comments on commit aa950b1

Please sign in to comment.