diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 664466e2b..c027386f5 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 |