Fix test_gpu_coordinate. (#3974)

* Fix test_gpu_coordinate.

* Use `gpu_coord_descent` in test.
* Reduce number of running rounds.

* Remove nthread.

* Use githubusercontent for r-appveyor.

* Use githubusercontent in travis r tests.
This commit is contained in:
Jiaming Yuan
2019-02-20 06:09:10 +08:00
committed by Philip Hyunsu Cho
parent c8c472f39a
commit cecbe0cf71
4 changed files with 31 additions and 21 deletions

View File

@@ -94,7 +94,7 @@ if [ ${TASK} == "r_test" ]; then
sudo ln -s /usr/local/lib/gcc/7 /usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0
fi
curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
curl -OL https://raw.githubusercontent.com/craigcitro/r-travis/master/scripts/travis-tool.sh
chmod 755 ./travis-tool.sh
./travis-tool.sh bootstrap
make Rpack