File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,30 @@ python:
88 - " pypy"
99 - " pypy3"
1010install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
11- addons :
12- srcclr : true
1311script : " nosetests --with-coverage --cover-package=optimizely"
1412after_success :
1513 - coveralls
1614
1715# Linting and Integration tests need to run first to reset the PR build status to pending.
1816stages :
17+ - ' Lint markdown files'
1918 - ' Linting'
2019 - ' Integration tests'
2120 - ' Benchmarking tests'
2221 - ' Test'
2322
2423jobs :
2524 include :
25+ - stage : ' Lint markdown files'
26+ language : ruby
27+ rvm : 2.4.1
28+ os : linux
29+ install : gem install awesome_bot
30+ script :
31+ - find . -type f -name '*.md' -exec awesome_bot {} \;
32+ notifications :
33+ email : false
34+
2635 - stage : ' Linting'
2736 language : python
2837 python : " 2.7"
4756 stage : ' Benchmarking tests'
4857 env : SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4958 - stage : ' Test'
59+ addons :
60+ srcclr : true
5061 dist : xenial
5162 python : " 3.7"
You can’t perform that action at this time.
0 commit comments