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:
+13
@@ -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
|
||||||
|
- /.*/
|
||||||
Reference in New Issue
Block a user