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 6ce5a14 commit 9f8cbf9Copy full SHA for 9f8cbf9
.travis.yml
@@ -10,8 +10,8 @@ before_install:
10
install:
11
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
12
script:
13
- - arduino --verify --board arduino:avr:uno $PWD/test/TheThingsMessage.ino
14
- - arduino --verify --board arduino:avr:uno $PWD/test/TheThingsNetwork.ino
+ - arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsMessage.ino
+ - arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsNetwork.ino
15
notifications:
16
email:
17
on_success: change
0 commit comments