aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 23a4f9b70379577b46a24d61a82116bb14af5719 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                         


                     
 
               
                                                            



                      
                           






                        

              
                                   




                      
# Run CI for R using https://eddelbuettel.github.io/r-ci/

language: c
sudo: required
dist: focal

jobs:
  include:
    - name: linux
      os: linux

env:
  global:
    - USE_BSPM="true"

before_install:
  - curl -OLs https://eddelbuettel.github.io/r-ci/r2u/run.sh
  - chmod 0755 run.sh
  - ./run.sh bootstrap

install:
  - ./run.sh install_r nlme
  - ./run.sh install_all

script:
  - ./run.sh run_tests

after_failure:
  - ./run.sh dump_logs

after_success:
  - NOT_CRAN=true ./run.sh coverage

notifications:
  email:
    on_success: change
    on_failure: change

Contact - Imprint