diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 15:57:00 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 15:57:00 -0800 |
| commit | 737007cdd8b3184fa2bcc1c679aabfa123974a4e (patch) | |
| tree | c60491403c2056c7055b0b76e53f5aa3b1bcf3e2 | |
| parent | ebf326f565f6380b2021ad2162bf74e8f1ed50eb (diff) | |
Install recommonmark too.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 791205723..a69840333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_script: - ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh) # For coverage testing (upgrade is used to get latest urllib3 version) - ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls) - - ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme) + - ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme recommonmark) - gcc --version - ([[ -z "$TRAVIS_BOARD" ]] || arm-none-eabi-gcc --version) - python3 --version |
