aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2012-10-13 13:38:35 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2012-10-13 13:38:35 +0200
commit044da877e629ea180d734ba86339564dc0886a7f (patch)
tree517a5351607883a1403d5d18e708d8618997a473 /.travis.yml
parent2d7686b5fa41909e15eaee75ede7ff1e599418d6 (diff)
Make sure we build the tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1be87b2a..34379033 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,5 @@ language: cpp
compiler:
- gcc
install: sudo apt-get install libcppunit-dev zlib1g-dev
-script: cmake . && make && make check
+script: cmake -DBUILD_TESTS=ON . && make && make check