summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-13 15:48:01 -0700
committerAman Gupta <aman@tmm1.net>2015-10-13 15:48:01 -0700
commitf3a2efa6aedbf9b77aaf0b8aa9c56b62648d92e5 (patch)
treedb7f8fbc980d066e2675069fcde6dac0dd87dbcd
parente2dbf222e60e00eb3f321151f4f206ed9c606a6c (diff)
downloadNim-f3a2efa6aedbf9b77aaf0b8aa9c56b62648d92e5.tar.gz
really be pedantic
-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