Skip to content

Commit 655c940

Browse files
committed
remove docs linter step on travis
this is already done on Jenkins CI, so no need to double our efforts Signed-off-by: Benjamin Wohlwend <[email protected]>
1 parent a83e3b6 commit 655c940

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ matrix:
2828
python: 3.6
2929
script: pip install isort && isort -c -df && echo "OK"
3030

31-
- stage: linters
32-
script: make docs
33-
perl: "5.26"
34-
3531
- stage: build
3632
if: tag =~ ^v\d # only build if this is a version-tag
3733
dist: trusty

0 commit comments

Comments
 (0)