Files
Zsolt Borbély 408f081096 Fix the runtime option of sign check (#4254)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
2020-10-01 10:21:37 +02:00

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