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 c92a8fd commit 3bab6b1Copy full SHA for 3bab6b1
.travis.yml
@@ -37,19 +37,17 @@ jobs:
37
env: SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
38
39
- stage: 'Lint markdown files'
40
- language: ruby
41
- rvm: 2.4.1
42
os: linux
+ language: generic
43
install: gem install awesome_bot
44
script:
45
- find . -type f -name '*.md' -exec awesome_bot {} \;
46
notifications:
47
email: false
48
49
50
- language: node_js
51
- node_js: 12
52
53
before_install: skip
54
install:
55
- npm i -g markdown-spellcheck
0 commit comments