commit ee1bd29c26018c9f2737fcca26217be3534d4abb parent 5fdbdfff9f9c0327ef57b4eac8c74b88b9bdd073 Author: William Casarin <jb55@jb55.com> Date: Thu, 14 Nov 2019 17:47:32 -0800 travis: actually run tests... Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,5 +1,5 @@ language: c -script: make test +script: make check compiler: - clang - gcc