diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-10-10 23:36:36 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-11 08:36:36 +0200 |
commit | 0aac5c97253b9665502fff138bfcc58325375eb5 (patch) | |
tree | af1d7c65cec5aad368db3b1879f1cfe57d4cce72 /.travis.yml | |
parent | 7775b7efd1f3a7eca434710d90368b98198019bd (diff) | |
download | Nim-0aac5c97253b9665502fff138bfcc58325375eb5.tar.gz |
fix #9295 (#9299)
Diffstat (limited to '.travis.yml')
-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 |