https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cf66d533ef3ca1491f85b715e52a792f292ce896 authored by Simon Pieters on 25 August 2016, 09:30:34 UTC
Update DOMTokenList IDL to current DOM spec
Tip revision: cf66d53
.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