Skip to content

Commit

Permalink
new travis style
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jun 10, 2015
1 parent 415b5cd commit 60b985f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ vignettes/figure
vignettes/out_yule2rate.txt
cran-comments.md
^appveyor\.yml$
^\.travis\.yml$
23 changes: 10 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
language: c
script: ./travis-tool.sh run_tests
before_script:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
- ./travis-tool.sh install_deps
- ./travis-tool.sh github_package assertthat
# 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
hipchat:
rooms:
secure: xTz1s2YyDmdGevYqBpnyjUQJ6fVBKVlJEMTurOBC9icTLpH0N92EPB8PyMK/BgsuIDYeM91wVcmS9A/FXhGw1HQu1+bGb18iU+abMEZ/Damse/aCmNwrIZslGKKikVopkPqth21hRDExXYLip0WgpnHMth9h25qsNgZ9Arzm3To=


1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ Imports:
reshape2,
data.table
Suggests:
TreePar,
testthat

0 comments on commit 60b985f

Please sign in to comment.