mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
7dcd1e5e9f
commit
724c3cc930
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
||||
- /.*/
|
||||
Loading…
x
Reference in New Issue
Block a user