Skip to content

Commit 38bace9

Browse files
committed
try to fix travis
remove IDE-included Adafruit_Circuit_Playground
1 parent 94b9a37 commit 38bace9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ install:
4646
# Filter only mDNS / Bonjour traffic
4747
- sudo iptables --insert INPUT --jump DROP --protocol udp --dport 5353 -m comment --comment "silently drop all 5353/udp input"
4848
- sudo iptables --insert INPUT --jump DROP --destination 224.0.0.251 -m comment --comment "silently drop all mDNS ipv4 broadcast"
49-
# Install the nRF52 support files for arduino
49+
# Install the nRF52 support files for arduino, remove IDE-included Adafruit_Circuit_Playground
5050
- pip3 install --user adafruit-nrfutil
5151
- umake electronics arduino $HOME/arduino_ide
52+
- rm -rf $HOME/arduino_ide/libraries/Adafruit_Circuit_Playground
5253
- export PATH=$HOME/arduino_ide:$PATH
5354
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
5455
# Install BSP for tools, then remove and create symlink the git code

0 commit comments

Comments
 (0)