From 724c3cc930ca4532e71c4ed773ddca4748b6aa2b Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Wed, 14 Sep 2016 11:00:00 +0200 Subject: [PATCH] Add DCO check to gh-pages branch (#1343) Resolves #1342 JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..0f9833ffa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c +os: linux + +install: + - wget https://raw.githubusercontent.com/${TRAVIS_REPO_SLUG}/master/tools/check-signed-off.sh + - chmod u+x check-signed-off.sh +script: ./check-signed-off.sh --travis + +branches: + only: + - master + - gh-pages + - /.*/