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 172b0ec commit 6895d35Copy full SHA for 6895d35
.travis.yml
@@ -5,13 +5,24 @@ git:
5
install:
6
- eval "$(gimme)"
7
stages:
8
+ - name: 'Lint markdown files'
9
- 'Lint'
10
- 'Unit test'
11
- 'Benchmark test'
12
- 'Integration tests'
13
- 'Source clear'
14
jobs:
15
include:
16
+ - stage: 'Lint markdown files'
17
+ language: ruby
18
+ rvm: 2.4.1
19
+ os: linux
20
+ install: gem install awesome_bot
21
+ script:
22
+ - find . -type f -name '*.md' -exec awesome_bot {} \;
23
+ notifications:
24
+ email: false
25
+
26
- stage: 'Lint'
27
env: GIMME_GO_VERSION=1.12.x GIMME_OS=linux GIMME_ARCH=amd64
28
script:
0 commit comments