Revision 7bc192ac836151b0bceeef8342cc0a64acfefd68 authored by Simon Pieters on 26 August 2016, 12:17:45 UTC, committed by Simon Pieters on 26 August 2016, 12:17:45 UTC
Fixes https://github.com/rocallahan/innerText-spec/issues/4
1 parent ea221c3
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