DocumentServer/.travis.yml
Pavel Lobashov 629b9875bf Do not clone submodules in travis check (#497)
Speed things up, since all checks performed on
code in repo, not in any submodule
2019-02-05 17:23:11 +03:00

21 lines
378 B
YAML

language: node_js
node_js: "10"
git:
submodules: false
addons:
apt:
packages:
- aspell
- aspell-en
jobs:
include:
- stage: markdownlint
script:
- npm install -g markdownlint-cli
- markdownlint CHANGELOG.md
- stage: spellcheck
script: cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list