aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-26 21:40:18 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-26 21:40:18 +0100
commit10d20a3ec82b5d6b8abbc823196518b53dd6b9c4 (patch)
tree3c149e4ba28859f9edecbaeeab5dae04276566f1 /.travis.yml
parent9f1baf7660a24d8f8afb40f7600820c3105f645a (diff)
Trying to do a better job at running C tests on travis.
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 cc4c416ff6..1e59294f3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
language: cpp
-script: make static_c
+script: ./tools/run_tests/run_tests.py -lc
notifications:
email: false