Commit 4c5ef3e0 authored by Anton Bukov's avatar Anton Bukov

Fix travis

parent 2f6c2b15
language: none language: none
sudo: false sudo: true
cache: cache:
apt: true apt: true
...@@ -79,7 +79,7 @@ script: ...@@ -79,7 +79,7 @@ script:
- cd build - cd build
- cmake .. && make - cmake .. && make
- ./test/boolinq-test - ./test/boolinq-test
- ./benchmark/boolinq-bench - ./bench/boolinq-bench
after_success: after_success:
- coveralls --root .. --include include --gcov-options '\-lp' --gcov $GCOV --verbose - coveralls --root .. --include include --gcov-options '\-lp' --gcov $GCOV --verbose
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