diff options
author | eplanet <emeric.planet@gmail.com> | 2016-11-14 09:13:44 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-11-14 00:13:44 -0800 |
commit | b0af4e4c8543d8cdfd8bc7cd68b760d9d66e927c (patch) | |
tree | e9586c0909c71a33208b8d22661577a0e705d83a /.travis.yml | |
parent | 220b9e156527463512862f59b2413702d3ef6a3f (diff) |
Unit testing in Travis (#170)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2f3f93d..fc58769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +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 |