Commit 71c56f67 authored by Willem Thiart's avatar Willem Thiart
Browse files

Add Virtraft tests to Travis

parent 9d2d4560
...@@ -3,5 +3,6 @@ before_install: ...@@ -3,5 +3,6 @@ before_install:
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls
script: script:
- make tests - make tests
- make test_virtraft
after_success: after_success:
- coveralls --verbose --exclude include --exclude tests --exclude CLinkedListQueue - coveralls --verbose --exclude include --exclude tests --exclude CLinkedListQueue
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