diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-07-23 20:52:28 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-07-23 20:52:28 -0500 |
| commit | 136bbc1690ef3402a2e924afbd56472910564c02 (patch) | |
| tree | f611de1bb56b2104b98365170cbf53f01e1da5cd | |
| parent | b90b63bb2bb27597f87173f10451980c4412757f (diff) | |
docs: revert calling 'shared_bindings_matrix.py'
| -rwxr-xr-x | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c5f4f721a..31fca9c5c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -129,7 +129,7 @@ script: - echo 'travis_fold:end:test_mpy' && tools/print_status.py status - (echo 'Building docs' && echo 'travis_fold:start:build_docs') - - (! var_search "${TRAVIS_TESTS-}" docs || (python3 -m docs.shared_bindings_matrix && sphinx-build -E -W -b html . _build/html)) ; S=$? ; echo $S > status ; (exit $S) + - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html ; S=$? ; echo $S > status ; (exit $S) - echo 'travis_fold:end:build_docs' && tools/print_status.py status - (echo 'Building translations' && echo 'travis_fold:start:build_translations') |
