Skip to content

Commit 5112d84

Browse files
ci(mdspell): use latest version of .spelling (#240)
1 parent 7ee6c64 commit 5112d84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ stages:
2727
jobs:
2828
include:
2929
- stage: 'Lint markdown files'
30-
language: ruby
31-
rvm: 2.4.1
3230
os: linux
31+
language: generic
3332
before_install: skip
3433
install: gem install awesome_bot
3534
before_script: skip
@@ -39,14 +38,13 @@ jobs:
3938
notifications:
4039
email: false
4140
- stage: 'Lint markdown files'
42-
language: node_js
43-
node_js: 12
4441
os: linux
42+
language: generic
4543
before_install: skip
4644
install:
4745
- npm i -g markdown-spellcheck
4846
before_script:
49-
- wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/29e085302a9418edbefba15d8f790fa76e0a89d5/.spelling
47+
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
5048
script:
5149
- mdspell -a -n -r --en-us '**/*.md'
5250
after_success: skip

0 commit comments

Comments
 (0)