From f9eb9779d697ad185cae27e2e4d0f505834b682f Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 16 Jun 2019 16:31:02 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ddb21d..3090a07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ script: - cd test - mkdir build && cd build - cmake ../. - - make && make check + - make && ./tests