Revision a6c135a3242adbdd34803f1b839f06a4cfb4159a authored by Anne van Kesteren on 11 August 2016, 13:34:51 UTC, committed by Anne van Kesteren on 11 August 2016, 13:34:51 UTC
This will be clarified in the standard as part of fixing
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20322.
1 parent b53c4bf
Raw File
.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