js-beautify/.travis.yml
Liam Newman db897211fa Replace makefile dependency with bash script
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
2016-01-20 15:45:45 -08:00

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"