aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkos Kiss <akiss@inf.u-szeged.hu>2016-02-17 12:59:32 +0100
committerAkos Kiss <akiss@inf.u-szeged.hu>2016-02-17 12:59:32 +0100
commit85365dacfe95b52a28da31f6c37927c447f207f9 (patch)
treee283147fd7dc2961331b8dd28c5576db627ddcd2 /.travis.yml
parentad6107b32be0efd4eacbefb8201adfd3483a2d69 (diff)
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 akiss@inf.u-szeged.hu
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d59bab53..5af464bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ install: make prerequisites
script: "make -j VERBOSE=1 NINJA=1 $TARGET"
env:
- - TARGET="check-signed-off check-vera check-cpp"
+ - TARGET="check-vera check-cpp"
- TARGET="build.linux test-js-precommit"
- TARGET=build.mcu_stm32f3
- TARGET=build.mcu_stm32f4