We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1797809 commit 12c14d1Copy full SHA for 12c14d1
.Rbuildignore
@@ -2,3 +2,4 @@
2
^\.Rproj\.user$
3
^\.git
4
^CONDUCT\.md$
5
+.travis.yml
.travis.yml
@@ -0,0 +1,18 @@
1
+# 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
+ - httr
13
+ - jsonlite
14
+ - testthat
15
+ - knitr
16
+notifications:
17
+ email:
18
+ on_failure: change
0 commit comments