Skip to content

Commit 3ef57dc

Browse files
author
ironholds
committed
add travis
1 parent 77614d1 commit 3ef57dc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.Rbuildignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^CONDUCT\.md$
4-
presentations/*
4+
presentations/*
5+
.travis.yml

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Sample .travis.yml for R projects
2+
3+
language: r
4+
warnings_are_errors: false
5+
sudo: required
6+
7+
env:
8+
global:
9+
- CRAN: http://cran.rstudio.com
10+
11+
r_packages:
12+
- testthat
13+
- knitr
14+
- Rcpp
15+
- triebeard
16+
notifications:
17+
email:
18+
on_failure: change

0 commit comments

Comments
 (0)