Skip to content

Commit

Permalink
see if we need to sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Aug 30, 2017
1 parent 3226bb0 commit 1462c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jdk:
dist: trusty
sudo: false
before_install:
- apt-get -qq update
- apt-get install r-base
- apt-get install r-cran-rserve
- sudo apt-get -qq update
- sudo apt-get install r-base
- sudo apt-get install r-cran-rserve
- /usr/bin/R CMD Rserve --RS-conf $HOME/gradle/Rserve.conf
- ps ax
install: true
Expand Down

0 comments on commit 1462c30

Please sign in to comment.