File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,30 @@ install:
1515 - bundle install
1616script : " bundle exec rake spec"
1717before_script : " rubocop"
18- addons :
19- srcclr : true
2018after_success : " coveralls"
2119
2220# Integration tests need to run first to reset the PR build status to pending
2321stages :
22+ - ' Lint markdown files'
2423 - ' Integration tests'
2524 - ' Benchmarking tests'
2625 - ' Test'
2726
2827jobs :
2928 include :
29+ - stage : ' Lint markdown files'
30+ language : ruby
31+ rvm : 2.4.1
32+ os : linux
33+ before_install : skip
34+ install : gem install awesome_bot
35+ before_script : skip
36+ after_success : skip
37+ script :
38+ - find . -type f -name '*.md' -exec awesome_bot {} \;
39+ notifications :
40+ email : false
41+
3042 - &integrationtest
3143 stage : ' Integration tests'
3244 merge_mode : replace
4254 after_success : travis_terminate 0
4355 - << : *integrationtest
4456 stage : ' Benchmarking tests'
57+ addons :
58+ srcclr : true
4559 env : SDK=ruby FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
You can’t perform that action at this time.
0 commit comments