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
href='#n103'>103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145