diff options
author | Araq <rumpf_a@web.de> | 2018-09-14 07:56:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-14 07:56:46 +0200 |
commit | bf0993c83599128233f2f3d5ce434a6d6cfe3344 (patch) | |
tree | f95d69c9e31406b2ed374df753ffb87fb62cb809 | |
parent | 9b29436f629b85301e1cfce8c0a502d45a2ad6fe (diff) | |
download | Nim-bf0993c83599128233f2f3d5ce434a6d6cfe3344.tar.gz |
'koch web' is now 'koch docs'
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a0f8765a2..12ac59335 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 |