Skip to content

Commit d7b47ab

Browse files
committed
Build examples for more boards to ensure higher compatibility
1 parent 3b45066 commit d7b47ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ script:
4141
- bash test/build_and_run_ut.sh
4242
# Run static code analysis over the source code
4343
- cppcheck --std=c++11 --enable=performance,portability,information --quiet --error-exitcode=1 src/
44-
# Build all examples using Arduino UNO as the board
44+
# Ensure examples are buildable for various boards
4545
- build_platform uno
46+
- build_platform mega2560
47+
- build_platform leonardo
4648

4749
after_success:
4850
- bash run_coverage.sh

0 commit comments

Comments
 (0)