Permalink
Browse files
added export RGL_USE_NULL=TRUE in travis.yml
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
.travis.yml
|
|
@@ -12,6 +12,7 @@ before_install: |
|
|
- sudo add-apt-repository ppa:zarquon42/travis-trusty -y
|
|
|
- sudo apt-get update -qq
|
|
|
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
|
|
|
+ - export RGL_USE_NULL=TRUE
|
|
|
- chmod 755 ./travis-tool.sh
|
|
|
- ./travis-tool.sh bootstrap
|
|
|
- ./travis-tool.sh install_r_binary rgl Rcpp RcppEigen RcppArmadillo foreach doParallel yaImpute testthat car colorRamps shapes rvcg
|
|
|
|
0 comments on commit
0c1cbac