mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
Fix pip install hanging by moving C tests out of build.sh. (#52)
* Remove C tests from build.sh. * Run C tests in Travis.
This commit is contained in:
committed by
Philipp Moritz
parent
f267da6aa8
commit
9ed56c23db
+9
-1
@@ -52,7 +52,15 @@ matrix:
|
||||
install:
|
||||
- ./install-dependencies.sh
|
||||
- ./build.sh
|
||||
|
||||
|
||||
- cd src/common
|
||||
- make test
|
||||
- cd ../..
|
||||
|
||||
- cd src/plasma
|
||||
- make test
|
||||
- cd ../..
|
||||
|
||||
- cd numbuf
|
||||
- sudo python setup.py install
|
||||
- cd ..
|
||||
|
||||
Reference in New Issue
Block a user