We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77614d1 commit 3ef57dcCopy full SHA for 3ef57dc
.Rbuildignore
@@ -1,4 +1,5 @@
1
^.*\.Rproj$
2
^\.Rproj\.user$
3
^CONDUCT\.md$
4
-presentations/*
+presentations/*
5
+.travis.yml
.travis.yml
@@ -0,0 +1,18 @@
+# Sample .travis.yml for R projects
+
+language: r
+warnings_are_errors: false
+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