From 0cefd24e422910d6aa6a2a1cbc9bb8e09e10222b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Nov 2022 14:14:51 +0100 Subject: Simplify travis config --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 33070708..64c27426 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -# Run CI for R using https://eddelbuettel.github.io/r-ci/ - language: c sudo: required dist: focal @@ -15,12 +13,10 @@ env: - NOT_CRAN="true" before_install: - - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh - - chmod 0755 run.sh + - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh - ./run.sh bootstrap install: - - ./run.sh install_r nlme - ./run.sh install_all - ./run.sh install_github jranke/saemixextension@installable_dev_version @@ -32,8 +28,3 @@ after_failure: after_success: - travis_wait ./run.sh coverage - -notifications: - email: - on_success: change - on_failure: change -- cgit v1.2.1