From 20ee5c55d4bab1e896749dea584a76dca197d67c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 19:17:47 +0200 Subject: Try the r2u variant --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1