mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
14 lines
103 B
YAML
14 lines
103 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
|
|
node_js:
|
|
- "0.8"
|
|
|
|
|
|
|
|
script: "make"
|