8000
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 700fcf8 commit db9c34dCopy full SHA for db9c34d
.travis.yml
@@ -35,19 +35,17 @@ stages:
35
jobs:
36
include:
37
- stage: 'Lint markdown files'
38
- language: ruby
39
- rvm: 2.4.1
40
os: linux
+ language: generic
41
install: gem install awesome_bot
42
script:
43
- find . -type f -name '*.md' -exec awesome_bot {} \;
44
notifications:
45
email: false
46
47
48
- language: node_js
49
- node_js: 12
50
51
before_install: skip
52
install:
53
- npm i -g markdown-spellcheck
0 commit comments