https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ecf419356aaa546cb6a653612e622c23976da972 authored by ffxbld on 10 December 2015, 15:48:02 UTC
Added FIREFOX_38_5_0esr_RELEASE FIREFOX_38_5_0esr_BUILD1 tag(s) for changeset 033aa21860a4. DONTBUILD CLOSED TREE a=release
Tip revision: ecf4193
.travis.yml
language: python

# Travis CI has no plans to support Jython and no longer supports Python 2.5.
python:
  - 2.6
  - 2.7
  - 3.2
  - pypy

script:
  - python setup.py install
  # Include the spec tests directory for Mustache spec tests and the
  # project directory for doctests.
  - pystache-test . ext/spec/specs
back to top