aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2012-10-13 13:36:33 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2012-10-13 13:36:33 +0200
commit2d7686b5fa41909e15eaee75ede7ff1e599418d6 (patch)
treec56801435f80400a33b20a960670aa7dea6d0ee8 /.travis.yml
parent074f6db6d8078590f1a9d5282c671f4fd7fbb0e1 (diff)
Actually run 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 ff3c0e64..1be87b2a 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
+script: cmake . && make && make check