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 35bd0ac commit d04d4f2Copy full SHA for d04d4f2
.travis.yml
@@ -22,6 +22,7 @@ install:
22
# Install BSP for tools, then remove and create symlink the git code
23
- arduino --install-boards adafruit:nrf52
24
- ls $HOME/.arduino15/packages/adafruit/hardware
25
+ - ls $HOME/.arduino15/packages/adafruit/hardware/nrf52
26
- rm -r $HOME/.arduino15/packages/adafruit/hardware/nrf52
27
- echo $TRAVIS_BUILD_DIR
28
- ln -s $TRAVIS_BUILD_DIR $HOME/.arduino15/packages/adafruit/hardware/nrf52
0 commit comments