diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-13 15:48:01 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-13 15:48:01 -0700 |
commit | f3a2efa6aedbf9b77aaf0b8aa9c56b62648d92e5 (patch) | |
tree | db7f8fbc980d066e2675069fcde6dac0dd87dbcd | |
parent | e2dbf222e60e00eb3f321151f4f206ed9c606a6c (diff) | |
download | Nim-f3a2efa6aedbf9b77aaf0b8aa9c56b62648d92e5.tar.gz |
really be pedantic
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
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 |