register
Version:
A CGI-like router that maps URLs to JavaScript layed out on a file system.
17 lines (12 loc) • 295 B
YAML
language: node_js
node_js:
- 0.8
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install