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 1ad3318 commit 064baabCopy full SHA for 064baab
.travis.yml
@@ -10,7 +10,7 @@ before_install:
10
install:
11
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
12
before_script:
13
- - find $PWD/examples -type f -name "*.ino" -exec sed -i '' 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
+ - find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
14
script:
15
- arduino --verify --board arduino:avr:leonardo $PWD/examples/ABP/ABP.ino
16
- arduino --verify --board arduino:avr:leonardo $PWD/examples/DeviceInfo/DeviceInfo.ino
0 commit comments