Skip to content

Commit

Permalink
Revert "Try GH actions instead of travis"
Browse files Browse the repository at this point in the history
This reverts commit 6ac426e.
  • Loading branch information
alanocallaghan committed Sep 14, 2020
1 parent 6ac426e commit 25a44ec
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 130 deletions.
1 change: 0 additions & 1 deletion .github/.gitignore

This file was deleted.

129 changes: 0 additions & 129 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

30 changes: 30 additions & 0 deletions .travis.yml
@@ -0,0 +1,30 @@
language: r

r:
- bioc-devel
- bioc-release

# Strict checks in place
warnings_are_errors: false

cache:
- packages: true

#branches:
# only:
# - master
before_install:
- sudo apt-get -y install libmagick++-dev

r_github_packages:
- jimhester/covr

notifications:
email:
recipients:
- cvallejos@turing.ac.uk
on_success: change # default: change
on_failure: always # default: always

after_success:
- Rscript -e 'library(covr); codecov()'

0 comments on commit 25a44ec

Please sign in to comment.