mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-27 06:30:32 +00:00
db897211fa
Switched to a bash script for build. Not great but make is not convenient on windows machines. Bash is everywhere and our commands are not complex. Fixes #638
15 lines
120 B
YAML
15 lines
120 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
|
|
node_js:
|
|
- "0.10"
|
|
|
|
|
|
|
|
script: "./build ci"
|