Skip to content

Commit cefa62f

Browse files
committed
Removed TheThingsNode, resolves #185
1 parent 3f29f7c commit cefa62f

18 files changed

+0
-5304
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ before_install:
1212
install:
1313
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
1414
- arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2"
15-
- git clone https://github.com/sparkfun/arduino_boards /tmp/sparkfun
16-
- mv /tmp/sparkfun/sparkfun /usr/local/share/arduino/hardware/sparkfun
1715
before_script:
1816
# Replace placeholders with actual frequency plan (on Mac OS folow -i by '')
1917
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/REPLACE_ME/TTN_FP_EU868/g' {} +
@@ -22,7 +20,6 @@ script:
2220
- test/verify arduino:avr:leonardo examples/DeviceInfo/DeviceInfo.ino
2321
- test/verify arduino:avr:leonardo examples/TheThingsMessage/Receive/Receive.ino
2422
- test/verify arduino:avr:leonardo examples/TheThingsMessage/Send/Send.ino
25-
- test/verify sparkfun:avr:promicro:cpu=8MHzatmega32U4 examples/Node/Node.ino
2623
- test/verify arduino:avr:leonardo examples/PassThrough/PassThrough.ino
2724
- test/verify arduino:avr:leonardo examples/QuickStart/QuickStart.ino
2825
- test/verify arduino:avr:leonardo examples/Receive/Receive.ino
@@ -32,7 +29,6 @@ script:
3229
- test/verify arduino:avr:leonardo examples/Workshop/Workshop.ino
3330
- test/verify arduino:avr:leonardo test/TheThingsMessage/TheThingsMessage.ino
3431
- test/verify arduino:avr:leonardo test/TheThingsNetwork/TheThingsNetwork.ino
35-
- test/verify sparkfun:avr:promicro:cpu=8MHzatmega32U4 test/TheThingsNode/TheThingsNode.ino
3632
notifications:
3733
email:
3834
on_success: change

0 commit comments

Comments
 (0)