diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 51e5d4841..042ab731c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ script: - tests/testament/tester --pedantic all -d:nimCoroutines - nim c -o:bin/nimpretty nimpretty/nimpretty.nim - nim c -r nimpretty/tester.nim - - ./koch docs + - ./koch docs --git.commit:devel - ./koch csource - ./koch nimsuggest - nim c -r nimsuggest/tester |