diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..0f9833ffa --- /dev/null +++ b/.travis.yml @@ -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 + - /.*/