Skip to content

Commit

Permalink
Bump xgboost version
Browse files Browse the repository at this point in the history
  • Loading branch information
trams committed Jul 23, 2019
1 parent 29340a3 commit fc0888e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
global:
- HADOOP_VERSION=2.6.0-cdh5.5.0
- SPARK_VERSION=2.4.1
- XGBOOST_BASE_VERSION=0.90-criteo-20190702
- XGBOOST_BASE_VERSION=0.91.0-criteo-20190723-7ba5648

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
HADOOP_VERSION: 2.6.0-cdh5.5.0
SPARK_VERSION: 2.4.1
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
XGBOOST_BASE_VERSION: 0.90-criteo-20190702
XGBOOST_BASE_VERSION: 0.91.0-criteo-20190723-7ba5648
matrix:
- SCALA_VERSION: 2.11.12
XGBOOST_VERSION: '%XGBOOST_BASE_VERSION%_2.11'
Expand Down

0 comments on commit fc0888e

Please sign in to comment.