Revision 65cf3f279f671327adb4c3badb9ac7ff735a9ced authored by CJKu on 20 April 2016, 15:20:39 UTC, committed by James Graham on 20 April 2016, 15:20:43 UTC
MozReview-Commit-ID: CqWnikRMwFm

Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1261578
1 parent 18fe2fb
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