Update travis ci to run test framework

This commit is contained in:
Jared Szechy 2013-12-16 22:13:16 -05:00
parent 3e96436cb8
commit fa0fed46fc
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ before_script:
- cd build
- cmake ..
script: make
script:
- make
- make test