Skip to content

Commit 36ccf9c

Browse files
committed
Add Travis
1 parent de25873 commit 36ccf9c

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: R
4+
cache: packages

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ library(fetchdhs)
1515
library(tidyverse)
1616
```
1717

18+
[![Travis-CI Build Status](https://travis-ci.org/murphy-xq/fetchdhs.svg?branch=master)](https://travis-ci.org/murphy-xq/fetchdhs)
19+
1820
# fetchdhs
1921

2022
A suite of convenience functions to retrieve tidy dataframes of survey data from the [DHS API](https://api.dhsprogram.com/)

README.md

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

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
[![Travis-CI Build Status](https://travis-ci.org/murphy-xq/fetchdhs.svg?branch=master)](https://travis-ci.org/murphy-xq/fetchdhs)
4+
35
fetchdhs
46
========
57

0 commit comments

Comments
 (0)