diff options
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 5c3f0e0c..d3aefc8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,12 @@ jobs: - name: linux os: linux -# We can't use BSPM because the nlme version is insufficient -#env: -# global: -# - USE_BSPM="true" +env: + global: + - USE_BSPM="true" before_install: - - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh + - curl -OLs https://eddelbuettel.github.io/r-ci/r2u/run.sh - chmod 0755 run.sh - ./run.sh bootstrap |