Skip to content

Commit 064baab

Browse files
committed
Try to fix sed on debian
1 parent 1ad3318 commit 064baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
install:
1111
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork
1212
before_script:
13-
- find $PWD/examples -type f -name "*.ino" -exec sed -i '' 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
13+
- find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +
1414
script:
1515
- arduino --verify --board arduino:avr:leonardo $PWD/examples/ABP/ABP.ino
1616
- arduino --verify --board arduino:avr:leonardo $PWD/examples/DeviceInfo/DeviceInfo.ino

0 commit comments

Comments
 (0)