diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e0715f2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Run Travis CI for R using https://eddelbuettel.github.io/r-travis/ - -language: c -sudo: required -dist: bionic - -jobs: - include: - #- name: r-3.5 - # env: R_VERSION="3.5" - - name: r-4.0 - env: R_VERSION="4.0" - -before_install: - - curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh - - ./run.sh bootstrap - -install: - - ./run.sh install_aptget r-cran-rmarkdown - -script: - - ./run.sh run_tests - -after_failure: - - ./run.sh dump_logs - -notifications: - email: - on_success: change - on_failure: change diff --git a/ChangeLog b/ChangeLog index 67b10a5..e55695c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-11-05 Dirk Eddelbuettel + + * README.md: Remove Travis badge + * .travis.yml: Remove Travis YAML config + 2021-03-21 Dirk Eddelbuettel * DESCRIPTION (URL): Add package page to URL entry diff --git a/README.md b/README.md index f5966c7..98125e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ## binb: Binb is not Beamer -[![Build Status](https://travis-ci.org/eddelbuettel/binb.svg)](https://travis-ci.org/eddelbuettel/binb) [![CI](https://github.com/eddelbuettel/binb/workflows/ci/badge.svg)](https://github.com/eddelbuettel/binb/actions?query=workflow%3Aci) [![Package-License](http://img.shields.io/badge/license-GPL--2-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/binb)](https://cran.r-project.org/package=binb)