gecko-dev/testing/web-platform/tests/.travis.yml

9 строки
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