Update ReadMe.md
[qtwebkit.git] / .travis.yml
blob0b93f6d074b7d0e55b0619098eaf820243dc4363
1 # We use Travis CI only to run check-webkit-style
2 language: python
3 python: "2.7"
4 sudo: false
5 git:
6   depth: 3
7   sparse_checkout: .travis-sparse-checkout
8 script: Tools/Scripts/check-webkit-style -g origin/qtwebkit-dev-wip..
9 install: true