Skip to content

Commit

Permalink
Build on Travis Ci. Ship to Coveralls.
Browse files Browse the repository at this point in the history
Closes #10.
Closes #6.
  • Loading branch information
flatheadmill committed Aug 25, 2013
1 parent d600816 commit b86179c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: node_js

node_js:
- '0.10'

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
- npm install istanbul coveralls

0 comments on commit b86179c

Please sign in to comment.