Skip to content

Commit 3bab6b1

Browse files
ci(travis): improves build speed (#444)
1 parent c92a8fd commit 3bab6b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,17 @@ jobs:
3737
env: SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3838

3939
- stage: 'Lint markdown files'
40-
language: ruby
41-
rvm: 2.4.1
4240
os: linux
41+
language: generic
4342
install: gem install awesome_bot
4443
script:
4544
- find . -type f -name '*.md' -exec awesome_bot {} \;
4645
notifications:
4746
email: false
4847

4948
- stage: 'Lint markdown files'
50-
language: node_js
51-
node_js: 12
5249
os: linux
50+
language: generic
5351
before_install: skip
5452
install:
5553
- npm i -g markdown-spellcheck

0 commit comments

Comments
 (0)