Skip to content

Commit 2195e6d

Browse files
committed
adding travis
1 parent 2f82587 commit 2195e6d

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ output: github_document
55
---
66

77
```{r, echo = FALSE}
8-
knitr::opts_chunk$set(
9-
collapse = TRUE,
10-
comment = "#>",
11-
fig.path = "README-"
12-
)
8+
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "README-")
139
```
1410

11+
[![Travis build status](https://travis-ci.org/SevillaR/aemet.svg?branch=master)](https://travis-ci.org/SevillaR/aemet)
12+
13+
1514
Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: https://opendata.aemet.es.
1615

1716

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ R interface to AEMET API
22
================
33
Sevilla R users (<http://sevillarusers.wordpress.com>)
44

5+
[![Travis build status](https://travis-ci.org/SevillaR/aemet.svg?branch=master)](https://travis-ci.org/SevillaR/aemet)
6+
57
Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: <https://opendata.aemet.es>.
68

79
Installation

0 commit comments

Comments
 (0)