Skip to content

Commit

Permalink
Disable valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 8, 2017
1 parent 5b08f6d commit 1bd039c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,16 @@ matrix:
- os: linux
dist: precise
sudo: false
env: _R_CHECK_FORCE_SUGGESTS_=false
- os: linux
dist: trusty
env: R_CODECOV=true
r_check_args: '--use-valgrind'
- os: osx
osx_image: xcode8.3
- os: osx
osx_image: xcode7.3
disable_homebrew: true

addons:
apt:
packages:
- libprotobuf-dev
- libprotoc-dev
- protobuf-compiler
- valgrind

r_github_packages:
- jimhester/covr

Expand Down

0 comments on commit 1bd039c

Please sign in to comment.