Skip to content

Commit 737007c

Browse files
committed
Install recommonmark too.
1 parent ebf326f commit 737007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ before_script:
5151
- ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
5252
# For coverage testing (upgrade is used to get latest urllib3 version)
5353
- ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls)
54-
- ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme)
54+
- ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme recommonmark)
5555
- gcc --version
5656
- ([[ -z "$TRAVIS_BOARD" ]] || arm-none-eabi-gcc --version)
5757
- python3 --version

0 commit comments

Comments
 (0)