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 9f8cbf9 commit f8db761Copy full SHA for f8db761
.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:leonardo $PWD/test/TheThingsMessage.ino
14
- - arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsNetwork.ino
+ - arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsMessage/TheThingsMessage.ino
+ - arduino --verify --board arduino:avr:leonardo $PWD/test/TheThingsNetwork/TheThingsNetwork.ino
15
notifications:
16
email:
17
on_success: change
0 commit comments