Skip to content

Commit

Permalink
Changes to travis to work with OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jul 9, 2016
1 parent 00820af commit cbf683f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
os:
- linux
- osx

language: r

r:
- oldrel
- release
- devel

env:
global:
- CRAN: http://cran.rstudio.com

sudo: false
cache: packages
warnings_are_errors: true

brew_packages: hunspell

addons:
apt:
packages:
Expand All @@ -15,10 +28,6 @@ r_github_packages:
- hadley/testthat
- jimhester/covr

env:
global:
- CRAN: http://cran.rstudio.com

notifications:
email:
on_success: change
Expand Down

0 comments on commit cbf683f

Please sign in to comment.