Skip to content

Commit

Permalink
Merge branch 'travis' into dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
retaj committed Mar 8, 2017
2 parents ab57308 + bbc72d8 commit 6d9eef1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sample .travis.yml for R projects.
#
# See README.md for instructions, or for more configuration options,
# see the wiki:
# https://github.com/craigcitro/r-travis/wiki

# See https://docs.travis-ci.com/user/languages/r/#Basic-configuration
language: r
cache: packages

# See https://docs.travis-ci.com/user/languages/r/#R-Versions
r:
# - oldrel
- release
- devel

sudo: required
bioc_required: true

#after_success:
#- Rscript -e 'covr::codecov()'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/BIMSBbioinfo/ciRcus.svg?branch=master)](https://travis-ci.org/BIMSBbioinfo/ciRcus)

# ciRcus: an R package for circRNA manipulation, annotation and analysis

ciRcus is a collection of functions for everyday munging of circRNA data.
Expand Down

0 comments on commit 6d9eef1

Please sign in to comment.