liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
16 lines (12 loc) • 312 B
YAML
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node 6
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
# run tests
- node test/lint.js
# Don't actually build.
build: off