From 3e0f0e9097dbc554ac15caf222ad2466d743d9b1 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Fri, 7 Feb 2020 13:08:52 -0800 Subject: [PATCH 1/3] ci(mdspell): use latest version of .spelling --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc47800f..8216d846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: install: - npm i -g markdown-spellcheck before_script: - - wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/29e085302a9418edbefba15d8f790fa76e0a89d5/.spelling + - wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/.spelling script: - mdspell -a -n -r --en-us '**/*.md' after_success: skip From 3fec31ac1f8c430d33cc910ba5895bdad88f7939 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Mon, 10 Feb 2020 09:42:23 -0800 Subject: [PATCH 2/3] gist to repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8216d846..78e4e704 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: install: - npm i -g markdown-spellcheck before_script: - - wget --quiet https://gist.githubusercontent.com/juancarlostong/dad02feeebc8763af35b4fdc717cf7a2/raw/.spelling + - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling script: - mdspell -a -n -r --en-us '**/*.md' after_success: skip From c34196286bd31eed7a857ecffc72ccd4800c0c12 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Mon, 10 Feb 2020 16:17:31 -0800 Subject: [PATCH 3/3] improve build speed --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78e4e704..af50f393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,8 @@ stages: jobs: include: - stage: 'Lint markdown files' - language: ruby - rvm: 2.4.1 os: linux + language: generic before_install: skip install: gem install awesome_bot before_script: skip @@ -39,9 +38,8 @@ jobs: notifications: email: false - stage: 'Lint markdown files' - language: node_js - node_js: 12 os: linux + language: generic before_install: skip install: - npm i -g markdown-spellcheck