mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
tighten top-directory and remove cruft
This commit is contained in:
parent
4298a8ed98
commit
11f1979e0a
30
.travis.yml
30
.travis.yml
@ -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
|
@ -1,3 +1,8 @@
|
||||
2021-11-05 Dirk Eddelbuettel <edd@debian.org>
|
||||
|
||||
* README.md: Remove Travis badge
|
||||
* .travis.yml: Remove Travis YAML config
|
||||
|
||||
2021-03-21 Dirk Eddelbuettel <edd@debian.org>
|
||||
|
||||
* DESCRIPTION (URL): Add package page to URL entry
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user