Skip to content

Commit 109b1ed

Browse files
ci(travis): improves build speed (#317)
1 parent f4792af commit 109b1ed

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
@@ -59,9 +59,8 @@ stages:
5959
jobs:
6060
include:
6161
- stage: 'Lint markdown files'
62-
language: ruby
63-
rvm: 2.4.1
6462
os: linux
63+
language: generic
6564
install: gem install awesome_bot
6665
before_script: skip
6766
script:
@@ -70,14 +69,13 @@ jobs:
7069
email: false
7170

7271
- stage: 'Lint markdown files'
73-
language: node_js
74-
node_js: 12
7572
os: linux
73+
language: generic
7674
before_install: skip
7775
install:
7876
- npm i -g markdown-spellcheck
7977
before_script:
80-
- wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/.spelling
78+
- wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
8179
script:
8280
- mdspell -a -n -r --en-us '**/*.md'
8381
after_success: skip

0 commit comments

Comments
 (0)