really be pedantic

This commit is contained in:
Aman Gupta
2015-10-13 15:48:01 -07:00
parent e2dbf222e6
commit f3a2efa6ae
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ script:
- nimble install zip
- nimble install opengl
- nimble install sdl1
- ./koch test all --pedantic
- ./koch test --pedantic all

View File

@@ -32,4 +32,4 @@ before_test:
- nimble install zip
test_script:
- koch test all --pedantic
- koch test --pedantic all