diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8e2bbf322..c9f5aaa12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,8 @@ before_script: # For teensy build - sudo apt-get install realpath + # For nrf builds + - 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 - gcc --version |
