diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-07-26 08:52:39 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-07-26 08:52:39 +0200 |
commit | e8f7d605f6475f0a386d517596578f99ce2431af (patch) | |
tree | e52412a354ff7a5b180a03b7a661736fcf3884f7 /.travis.yml | |
parent | a3f80c4bdf59a8dae879256d2044677a6eea6e83 (diff) | |
download | Nim-e8f7d605f6475f0a386d517596578f99ce2431af.tar.gz |
travis build: test documentation generation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b46d7c830..f28eebc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,5 @@ script: - nimble install niminst - nim c --taintMode:on -d:nimCoroutines tests/testament/tester - tests/testament/tester --pedantic all -d:nimCoroutines + - ./koch web - ./koch csource |