408f081096
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
14 lines
257 B
YAML
14 lines
257 B
YAML
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 --gh-actions
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- gh-pages
|
|
- /.*/
|