summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/travis_new_boards_check.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/travis_new_boards_check.py b/tools/travis_new_boards_check.py
index 7e8116a1a..facfb601d 100644
--- a/tools/travis_new_boards_check.py
+++ b/tools/travis_new_boards_check.py
@@ -48,4 +48,3 @@ if len(missing_boards) is not 0:
print('Boards missing in TRAVIS_BOARDS:')
for board in missing_boards:
print(board)
- sys.exit(1)