aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIngo Bürk2018-06-20 08:39:59 +0200
committerGitHub2018-06-20 08:39:59 +0200
commit64fd6e10478cabd0e2f9b554b71971a865c02d60 (patch)
treec48c1066a50479255cc5fae61eb2143a83ec5277 /.travis.yml
parentMerge pull request #287 from eplanet/emeric/man_typo (diff)
parentShow differing results, if testcase fails (diff)
Merge pull request #289 from bebehei/testsuite
Testsuite
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 fc58769..71bc279 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,4 @@ addons:
script:
- make -j
- clang-format-3.5 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
- - ./travis/run-tests.pl
+ - make test