Skip to content

Commit f65597a

Browse files
committed
Use travis
1 parent 91d084e commit f65597a

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
^\.Rproj\.user$
33
^README\.Rmd$
44
^README-.*\.png$
5+
^\.travis\.yml$

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: R
4+
sudo: false
5+
cache: packages

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
output: github_document
33
---
44

5+
[![Travis-CI Build Status](https://travis-ci.org/hadley/blob.svg?branch=master)](https://travis-ci.org/hadley/blob)
6+
57
<!-- README.md is generated from README.Rmd. Please edit that file -->
68

79
```{r, include = FALSE}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
[![Travis-CI Build Status](https://travis-ci.org/hadley/blob.svg?branch=master)](https://travis-ci.org/hadley/blob)
3+
24
<!-- README.md is generated from README.Rmd. Please edit that file -->
35
blob
46
====

0 commit comments

Comments
 (0)