tenfourfox/testing/web-platform/tests/.travis.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
216 B
YAML

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