Revision 147e565772fee0513f6fa79f8b75263a16fe13f8 authored by Boris Zbarsky on 09 June 2016, 10:52:28 UTC, committed by James Graham on 09 June 2016, 10:52:53 UTC
Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1272651
1 parent 08ddca5
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