Skip to content

Commit

Permalink
add shippable
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 8, 2014
1 parent f4c782d commit a3a0386
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
^\.Rproj\.user$
MSG.Rproj
.gitignore
^.*\.Rproj$
^shippable
10 changes: 10 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

install:
- Rscript -e "install.packages('MSG', dep = TRUE)"

script:
- curl https://raw.githubusercontent.com/yihui/r-shippable/master/r-cmd-check | bash

after_failure:
- cd ..; for i in `ls *.Rcheck/00*`; do cat $i; done

0 comments on commit a3a0386

Please sign in to comment.