Skip to content

Commit 7e4d7a5

Browse files
committed
[travis check new boards] Fail in case of any missing boards
1 parent 8864cef commit 7e4d7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/travis_new_boards_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@
4848
print('Boards missing in TRAVIS_BOARDS:')
4949
for board in missing_boards:
5050
print(board)
51+
sys.exit(1)

0 commit comments

Comments
 (0)