Revision 0823b532c7cb750c90e8353fda3824a531a96c64 authored by Michael[tm] Smith on 17 August 2015, 02:09:28 UTC, committed by Michael[tm] Smith on 17 August 2015, 10:02:28 UTC
Part of https://github.com/w3c/web-platform-tests/issues/2033
1 parent 75965c6
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