https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b37554af5f79636c174f10d2ea9732f87422ba85 authored by Simon Sapin on 17 April 2016, 14:22:08 UTC
Revert spec deviations for now.
Tip revision: b37554a
.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