build tests in travis

This commit is contained in:
Jarryd Beck 2016-08-26 08:26:13 +10:00
parent defb7c8d77
commit 37e09fb92c

View File

@ -22,4 +22,4 @@ matrix:
packages:
- clang-3.8
sources: *sources
script: cmake . && make && make test
script: cmake -DCXXOPTS_BUILD_TESTS=ON . && make && make test