Mypal/testing/web-platform/tests/.travis.yml
2019-03-11 13:26:37 +03:00

16 lines
326 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
- ./manifest
- ./diff-manifest.py
notifications:
email:
on_success: never
on_failure: always