https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e2456a73dc68ea5276e733674d81b62b8ec6dd8c authored by Aryeh Gregor on 20 April 2016, 18:21:43 UTC
Add self to html/OWNERS
Tip revision: e2456a7
.travis.yml
sudo: false # cause Travis to start builds much faster
language: python
python:
  - "2.7"
before_install:
  - git submodule update --init --recursive
# command to run tests, e.g. python setup.py test
script:  ./lint
back to top