mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
fa0e417f0c
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.
13 lines
93 B
YAML
13 lines
93 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
|
|
node_js:
|
|
- "0.8"
|
|
|
|
|
|
|
|
script: "make"
|