Add DCO check to gh-pages branch (#1343)

Resolves #1342

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss 2016-09-14 11:00:00 +02:00 committed by GitHub
parent 7dcd1e5e9f
commit 724c3cc930

13
.travis.yml Normal file
View File

@ -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
- /.*/