aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 2c42d00a5e18d99f83566d0f80c3a936511217e9 (plain) (tree)





























                                                         
              





                                 
# 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"
    - NOT_CRAN="true"

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

install:
  - ./run.sh install_all

script:
  - ./run.sh run_tests

after_failure:
  - ./run.sh dump_logs

after_success:
  - travis_wait ./run.sh coverage

notifications:
  email:
    on_success: change
    on_failure: change

Contact - Imprint