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