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 5
5
- oraclejdk8
6
6
- oraclejdk9
7
7
install : true
8
- addons :
9
- srcclr : true
10
8
env :
11
9
- optimizely_default_parser=GSON_CONFIG_PARSER
12
10
- optimizely_default_parser=JACKSON_CONFIG_PARSER
@@ -37,14 +35,27 @@ after_failure:
37
35
38
36
# Integration tests need to run first to reset the PR build status to pending
39
37
stages :
38
+ - ' Lint markdown files'
40
39
- ' Integration tests'
41
40
- ' Benchmarking tests'
42
41
- ' Test'
43
42
44
43
jobs :
45
44
include :
45
+ - stage : ' Lint markdown files'
46
+ language : ruby
47
+ rvm : 2.4.1
48
+ os : linux
49
+ install : gem install awesome_bot
50
+ script :
51
+ - find . -type f -name '*.md' -exec awesome_bot {} \;
52
+ notifications :
53
+ email : false
54
+
46
55
- &integrationtest
47
56
stage : ' Integration tests'
57
+ addons :
58
+ srcclr : true
48
59
merge_mode : replace
49
60
env : SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
50
61
cache : false
You can’t perform that action at this time.
0 commit comments