Skip to content

Commit

Permalink
File to check the package with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ramirez-lopez committed Dec 11, 2015
1 parent 79a3991 commit dc200f6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sample .travis.yml for R projects

language: r
warnings_are_errors: true
sudo: required

env:
global:
- CRAN: http://cran.rstudio.com

notifications:
email:
on_success: change
on_failure: change

r_packages:
- Rcpp
- RcppArmadillo
- foreach
- iterators

0 comments on commit dc200f6

Please sign in to comment.