Skip to content

Commit 19a934e

Browse files
committed
Fix an incorrect sketch extension in .travis.yml
1 parent 6161bfe commit 19a934e

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
@@ -113,7 +113,7 @@ script:
113113
# Test library installed from .git
114114
- build_sketch "${SKETCHBOOK_FOLDER}/libraries/WirelessOregonV2/examples/OregonReceiver/OregonReceiver.ino" "arduino:avr:uno" "false" "newest"
115115
# Test library installed from .git with branch
116-
- build_sketch "${SKETCHBOOK_FOLDER}/libraries/NanodeUNIO/examples/NanodeUNIO_test/NanodeUNIO_test.ino" "arduino:avr:uno" "false" "newest"
116+
- build_sketch "${SKETCHBOOK_FOLDER}/libraries/NanodeUNIO/examples/NanodeUNIO_test/NanodeUNIO_test.pde" "arduino:avr:uno" "false" "newest"
117117
# Test library installed from .git with rename
118118
- build_sketch "${SKETCHBOOK_FOLDER}/libraries/ArduinoShell/examples/ShellBlink/ShellBlink.ino" "arduino:avr:uno" "false" "newest"
119119
# Test library installed from .git with branch and rename

0 commit comments

Comments
 (0)