Skip to content

Commit 85365da

Browse files
committed
Quick fix for Travis CI: remove signed-off check
Pull requests creating merge commits don't work well with tools/check-signed-off.sh. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent ad6107b commit 85365da

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
@@ -13,7 +13,7 @@ install: make prerequisites
1313
script: "make -j VERBOSE=1 NINJA=1 $TARGET"
1414

1515
env:
16-
- TARGET="check-signed-off check-vera check-cpp"
16+
- TARGET="check-vera check-cpp"
1717
- TARGET="build.linux test-js-precommit"
1818
- TARGET=build.mcu_stm32f3
1919
- TARGET=build.mcu_stm32f4

0 commit comments

Comments
 (0)