File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ group: beta
6
6
# To cache doc-building dependencies.
7
7
cache : pip
8
8
9
+ branches :
10
+ only :
11
+ - master
12
+ - /^\d\.\d$/
13
+
9
14
os :
10
15
- linux
11
16
# macOS builds are disabled as the machines are under-provisioned on Travis,
20
25
- TESTING=cpython
21
26
22
27
matrix :
28
+ fast_finish : true
23
29
allow_failures :
24
30
- env :
25
31
- TESTING=coverage
@@ -30,17 +36,10 @@ matrix:
30
36
env :
31
37
- TESTING=docs
32
38
before_script :
33
- - |
34
- if git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '^Doc/'
35
- then
36
- echo "Docs weren't updated, stopping build process."
37
- exit
38
- fi
39
- cd Doc
40
- make venv PYTHON=python3
39
+ - cd Doc
40
+ - make venv
41
41
script :
42
- - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
43
- - make check
42
+ - make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
44
43
- os : linux
45
44
language : c
46
45
compiler : clang
You can’t perform that action at this time.
0 commit comments