blob: d2f88f203fa38a02b6cc368ad8ddc67071e1a8ba [file] [log] [blame]
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