js-beautify/.travis.yml
Liam Newman fa0e417f0c Try Travis with Python as language
Travis doesn't support a matrix of languages in one repo, so even
though we specified differ versions of python we just used the same one.

Trying the python language as the base, since for our purposes there are
probably larger differences in versions of python.
2013-03-21 00:13:44 -07:00

13 lines
93 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
node_js:
- "0.8"
script: "make"