We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9bb2 commit 7478dd1Copy full SHA for 7478dd1
.travis.yml
@@ -19,3 +19,19 @@ jobs:
19
before_install:
20
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
21
- export PATH="$HOME/.yarn/bin:$PATH"
22
+ - env: task=ShellCheck
23
+ script:
24
+ - shellcheck bin/*
25
+ language: generic
26
+ - env: task=doctoc
27
+ install: npm install doctoc
28
29
+ - cp README.md README.md.orig
30
+ - npm run doctoc
31
+ - diff -q README.md README.md.orig
32
33
+ - env: task=json-lint
34
+ install: npm install jsonlint
35
36
+ - npm run jsonlint
37
0 commit comments