File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ matrix:
40
40
script :
41
41
- make check suspicious html SPHINXOPTS="-q -W -j4"
42
42
43
- # Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
43
+ # Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
44
44
before_script :
45
45
- |
46
- if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.( rst|yml) $)|(^Doc)/ '
46
+ if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.rst$)|(^Doc)'
47
47
then
48
48
echo "Only docs were updated, stopping build process."
49
49
exit
@@ -53,7 +53,7 @@ before_script:
53
53
54
54
script :
55
55
# `-r -w` implicitly provided through `make buildbottest`.
56
- - make buildbottest TESTOPTS="-j4"
56
+ - make buildbottest TESTOPTS="-j4 -uall,-cpu "
57
57
58
58
notifications :
59
59
email : false
You can’t perform that action at this time.
0 commit comments