Skip to content

Commit 44be9f2

Browse files
committed
ignore spellcheck
1 parent a0475e1 commit 44be9f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
install:
4444
- npm i -g markdown-spellcheck
4545
before_script:
46-
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
46+
# todo: change branch to master once merged.
47+
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/oakbani/ignore-for-ruby/.spelling
4748
script:
4849
- mdspell -a -n -r --en-us '**/*.md'
4950
after_success: skip

0 commit comments

Comments
 (0)