From bf0993c83599128233f2f3d5ce434a6d6cfe3344 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 14 Sep 2018 07:56:46 +0200 Subject: [PATCH] 'koch web' is now 'koch docs' --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0f8765a25..12ac593350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ script: - tests/testament/tester --pedantic all -d:nimCoroutines - nim c -o:bin/nimpretty nimpretty/nimpretty.nim - nim c -r nimpretty/tester.nim - - ./koch web + - ./koch docs - ./koch csource - ./koch nimsuggest - nim c -r nimsuggest/tester