Fix travis CI

This commit is contained in:
Sebastian Messmer 2016-02-15 03:07:26 +01:00
parent 836858b275
commit e945a2259e

View File

@ -38,7 +38,7 @@ install:
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy # Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
- sudo cp -a /dev/urandom /dev/random - sudo cp -a /dev/urandom /dev/random
script: script:
- cmake .. - cmake .. -DBUILD_TESTING=on
- make -j$NUMCORES - make -j$NUMCORES
- ./test/cpp-utils/cpp-utils-test - ./test/cpp-utils/cpp-utils-test
- ./run_with_fuse.sh ./test/fspp/fspp-test - ./run_with_fuse.sh ./test/fspp/fspp-test