Change the travis config to run tests.

This commit is contained in:
Victor Zverovich 2014-04-14 23:28:11 -07:00
parent 817d98a6fe
commit 581947558a

View File

@ -1,5 +1,9 @@
language: cpp
before_install:
- git submodule update --init
script:
- cmake .
- make
- make test