|
|
|
@ -49,9 +49,9 @@ before_script:
|
|
|
|
|
# For teensy build
|
|
|
|
|
- sudo apt-get install realpath
|
|
|
|
|
# For nrf builds
|
|
|
|
|
- sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh
|
|
|
|
|
- ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
|
|
|
|
|
# For coverage testing (upgrade is used to get latest urllib3 version)
|
|
|
|
|
- sudo pip install --upgrade cpp-coveralls
|
|
|
|
|
- ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls)
|
|
|
|
|
- gcc --version
|
|
|
|
|
- ([[ -z "$TRAVIS_BOARD" ]] || arm-none-eabi-gcc --version)
|
|
|
|
|
- python3 --version
|
|
|
|
|