We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a997ab2 commit a1a02c5Copy full SHA for a1a02c5
.travis.yml
@@ -49,9 +49,9 @@ before_script:
49
# For teensy build
50
- sudo apt-get install realpath
51
# For nrf builds
52
- - sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh
+ - ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
53
# For coverage testing (upgrade is used to get latest urllib3 version)
54
- - sudo pip install --upgrade cpp-coveralls
+ - ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls)
55
- gcc --version
56
- ([[ -z "$TRAVIS_BOARD" ]] || arm-none-eabi-gcc --version)
57
- python3 --version
0 commit comments