"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "2c18a0f3ed732df77d4304ed1d2b46a345d661c8"
Commit 35679920 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

Update .travis.yml

parent 2e0a8077
......@@ -61,7 +61,7 @@ script:
- cd $TRAVIS_BUILD_DIR
- rm -rf build && mkdir build && cd build && cmake .. && make lightgbm
- cd $TRAVIS_BUILD_DIR/tests/cpp_test && ../../lightgbm config=train.conf && ../../lightgbm config=predict.conf output_result=origin.pred
- cd $TRAVIS_BUILD_DIR/build && make
- cd $TRAVIS_BUILD_DIR/build && make lightgbm
- cd $TRAVIS_BUILD_DIR/tests/cpp_test && ../../lightgbm config=predict.conf output_result=ifelse.pred && python test.py
notifications:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment