From d9281adf8a7a8c90284ecae35907589c748ccea4 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 6 Oct 2015 15:53:55 -0700 Subject: [PATCH] run all tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 664466e2bf..c027386f56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ script: - nimble install zip - nimble install opengl - nimble install sdl1 - - ./koch test --pedantic + - ./koch test all --pedantic