diff --git a/README.md b/README.md index 59f2028c8..cdd4c02f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -XGBoost: eXtreme Gradient Boosting +XGBoost: eXtreme Gradient Boosting ================================== -[![Build Status](https://travis-ci.org/dmlc/xgboost.png)](https://travis-ci.org/dmlc/xgboost) +[![Build Status](https://travis-ci.org/dmlc/xgboost.svg?branch=master)](https://travis-ci.org/dmlc/xgboost) 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 diff --git a/scripts/travis_scripts.sh b/scripts/travis_script.sh similarity index 100% rename from scripts/travis_scripts.sh rename to scripts/travis_script.sh