run datastructure unit tests on travis

This commit is contained in:
Dennis Luxen 2014-10-28 09:14:43 -04:00
parent efc938d870
commit 32a9d42412

View File

@ -26,6 +26,7 @@ before_script:
script:
- make -j 2
- make -j 2 tests
- ./datastructure-tests
- cd ..
- cucumber -p verify
after_script: