Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
added travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 9, 2014
1 parent e87c8d9 commit ceaadda
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: c
script: ./travis-tool.sh run_tests
before_script:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
- ./travis-tool.sh install_deps
notifications:
hipchat:
rooms:
secure: DU0B2gH/NaZx0xT4NV0rTrpQpOiakbPzoCGTI9PWXl0bTuZJKvVVQ1tfic3bY1vswqxETdUWlPS2FqdjpxSV/nRB01+6LRqkYGMmwjoJeViMDxxOAAQMAZl0bT8Wc7ZHav1AjxmC47ijPymRinneVRLooIVkWaMp33UgIHJsQYI=
3 changes: 1 addition & 2 deletions DESCRIPTION
Expand Up @@ -15,7 +15,6 @@ URL: https://github.com/ropensci/rbhl
BugReports: https://github.com/ropensci/rbhl/issues
LazyLoad: true
LazyData: true
# VignetteBuilder: knitr
Imports:
httr,
XML,
Expand All @@ -24,4 +23,4 @@ Imports:
Suggests:
testthat,
roxygen2,
knitr
knitr
5 changes: 4 additions & 1 deletion README.md
@@ -1,4 +1,7 @@
# rbhl #
rbhl
====

[![Build Status](https://api.travis-ci.org/ropensci/rbhl.png)](https://travis-ci.org/ropensci/rbhl)

This is an R interface to the Biodiversity Heritage Library API.

Expand Down

0 comments on commit ceaadda

Please sign in to comment.