Skip to content

Commit

Permalink
disable rserve for a bit longer, add config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Aug 30, 2017
1 parent 1007e62 commit c0c3fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addons:
- r-base
- r-cran-rserve
before_install:
- /usr/bin/R CMD Rserve --RS-conf $HOME/gradle/Rserve.conf
#- /usr/bin/R CMD Rserve --RS-conf $HOME/gradle/Rserve.conf
- ps ax
install: true
script: gradle/buildViaTravis.sh
Expand Down
6 changes: 6 additions & 0 deletions gradle/Rserve.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
workdir /tmp/Rserve
fileio disable
interactive no
port 8283
encoding utf8
remote disable

0 comments on commit c0c3fe0

Please sign in to comment.