diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 14:35:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 14:35:37 +0100 |
commit | df4034c64aa3590c3911dca88b066332dc8e4df1 (patch) | |
tree | da828dc08844e156ee4cb0e18a676c319e8b181a | |
parent | f4e22fc28fa0b05b05c8a1277333777635802e86 (diff) |
Simplify travis config
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 18919d6..02ab8e2 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 @@ -10,7 +8,6 @@ jobs: os: linux env: - NOT_CRAN: "true" _R_CHECK_FORCE_SUGGESTS_: "false" DRAT_REPOS: "jranke" @@ -30,8 +27,3 @@ after_failure: after_success: - travis_wait ./run.sh coverage - -notifications: - email: - on_success: change - on_failure: change |