summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-08-12 23:19:14 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-08-12 23:19:14 -0400
commit8294cf0992815ffd791a5ef9e74f32fea6efeb9a (patch)
tree8609435ddc6af711f86ec9bd4ee784911a3dcfe6 /.travis.yml
parentc5d87ccefa6e94857bf6de7f1e25c46c2c50979e (diff)
run unit tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 326609d2..22d400aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,5 @@ before_script:
- ./configure
script: make
after_script:
+ - make check
- ./tests/run-system-tests.pl