From 8d5fa9ca2e367726af51f0b19d42de543e53decc Mon Sep 17 00:00:00 2001 From: arq5x <arq5x@virginia.edu> Date: Sun, 5 Jan 2014 13:23:08 -0500 Subject: [PATCH] ask travis to auto-run unit tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab0d325d..23ffa855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: cpp compiler: - gcc - clang -script: make \ No newline at end of file +script: make test -- GitLab