Skip to content

Commit eb41431

Browse files
committed
add travis
1 parent 8014687 commit eb41431

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+
^\.travis\.yml$

.travis.yml

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

0 commit comments

Comments
 (0)