From b5bb48dbd2331ac404d3604b81b705c0e282c793 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 10 Oct 2018 23:36:36 -0700 Subject: [PATCH] fix #9295 (#9299) (cherry picked from commit 0aac5c97253b9665502fff138bfcc58325375eb5) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51e5d48413..042ab731c3 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