xgboost/.travis.yml
2015-06-16 14:22:51 -07:00

37 lines
726 B
YAML

language: c
env:
global:
- _R_CHECK_TIMINGS_=0
- R_BUILD_ARGS=""
- R_CHECK_ARGS=""
warnings_are_errors: false
sudo: true
before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
install:
- make Rpack
- cd ./xgboost
- ../travis-tool.sh install_deps
script:
- bash ../travis-tool.sh run_tests
after_failure: cat /home/travis/build/dmlc/xgboost/R-package/xgboost.Rcheck/00install.out
notifications:
email:
recipients:
- hetong007@gmail.com
- tqchen@cs.washington.edu
on_success: change
on_failure: always