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