Skip to content

Commit 0c07094

Browse files
committed
Add new example sketches to Travis CI
1 parent 21ace81 commit 0c07094

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ install:
2424
- mkdir -p $HOME/Arduino/libraries
2525
- ln -s $PWD $HOME/Arduino/libraries/LoRa
2626
script:
27+
- buildExampleSketch LoRaDumpRegisters
28+
- buildExampleSketch LoRaDuplex
29+
- buildExampleSketch LoRaDuplexCallback
2730
- buildExampleSketch LoRaReceiver
2831
- buildExampleSketch LoRaReceiverCallback
2932
- buildExampleSketch LoRaSender
33+
- buildExampleSketch LoRaSetSpread
34+
- buildExampleSketch LoRaSetSyncWord

0 commit comments

Comments
 (0)