Fix travis CI
This commit is contained in:
parent
836858b275
commit
e945a2259e
@ -38,7 +38,7 @@ install:
|
||||
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
|
||||
- sudo cp -a /dev/urandom /dev/random
|
||||
script:
|
||||
- cmake ..
|
||||
- cmake .. -DBUILD_TESTING=on
|
||||
- make -j$NUMCORES
|
||||
- ./test/cpp-utils/cpp-utils-test
|
||||
- ./run_with_fuse.sh ./test/fspp/fspp-test
|
||||
|
Loading…
Reference in New Issue
Block a user