language: c env: global: - _R_CHECK_TIMINGS_=0 - R_BUILD_ARGS="--no-build-vignettes --no-manual" - R_CHECK_ARGS="--no-vignettes --no-manual" 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