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 28b307e commit cd214deCopy full SHA for cd214de
.travis.yml
@@ -17,19 +17,17 @@ stages:
17
jobs:
18
include:
19
- stage: 'Lint markdown files'
20
- language: ruby
21
- rvm: 2.4.1
22
os: linux
+ language: generic
23
install: gem install awesome_bot
24
script:
25
- find . -type f -name '*.md' -exec awesome_bot {} \;
26
notifications:
27
email: false
28
29
30
- language: node_js
31
- node_js: 12
32
33
before_install: skip
34
install:
35
- npm i -g markdown-spellcheck
0 commit comments