add travis conf, waiting for setting on travis-ci.org
This commit is contained in:
parent
7a92d4008e
commit
0bbb4a07b2
31
.travis.yml
Normal file
31
.travis.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- _R_CHECK_TIMINGS_=0
|
||||||
|
|
||||||
|
warnings_are_errors: false
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
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:
|
||||||
|
- cd ./R-package
|
||||||
|
- ../travis-tool.sh install_deps
|
||||||
|
|
||||||
|
script: ../travis-tool.sh run_tests
|
||||||
|
|
||||||
|
on_failure:
|
||||||
|
- ../travis-tool.sh dump_logs
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- hetong007@gmail.com
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
@ -1,6 +1,8 @@
|
|||||||
XGBoost: eXtreme Gradient Boosting
|
XGBoost: eXtreme Gradient Boosting
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
[](https://travis-ci.org/dmlc/xgboost)
|
||||||
|
|
||||||
An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version.
|
An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version.
|
||||||
It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also be distributed and scale to Terascale data
|
It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also be distributed and scale to Terascale data
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user