Skip to content

Commit

Permalink
updated .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Feb 23, 2017
1 parent 312c9a9 commit 7ddb243
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
# travis config

sudo: required
dist: trusty

language: r
cache: packages

addons:
apt:
packages:
- libxml2-dev

r:
- release
- oldrel
- devel

before_install:
- R -e "install.packages(c('devtools','roxygen2','testthat'))"
- R -e "devtools::install_deps('./pkg')"
Expand Down

0 comments on commit 7ddb243

Please sign in to comment.