summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c027386f5..605e838e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,4 +26,4 @@ script:
   - nimble install zip
   - nimble install opengl
   - nimble install sdl1
-  - ./koch test all --pedantic
+  - ./koch test --pedantic all
diff --git a/appveyor.yml b/appveyor.yml
index 8ce8f59c1..98a35d73f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,4 +32,4 @@ before_test:
   - nimble install zip
 
 test_script:
-  - koch test all --pedantic
+  - koch test --pedantic all