Skip to content

Commit

Permalink
start R on travis builds, take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Aug 30, 2017
1 parent 195fc0d commit 3226bb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ jdk:
- oraclejdk8
dist: trusty
sudo: false
before_install:
- apt-get -qq update
- apt-get install r-base
- apt-get install r-cran-rserve
- /usr/bin/R CMD Rserve --RS-conf $HOME/gradle/Rserve.conf
- ps ax
install: true
script: gradle/buildViaTravis.sh
before_cache: gradle/prepCaches.sh
Expand Down

0 comments on commit 3226bb0

Please sign in to comment.