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

env:
  global:
  - secure: "jFGdO00s5i+EHMsR1oayjijh5jLbZVFQXzy96ynZZyTcaEPVy0FnBd0M4LVwFoJAEMRdQdaoWPbvoPiv+HmL6V0LG+QPo0YWXOzwyWFieX/AJcU8tvrpQGMqPAz+Rp2QPUncHFF4rGCqNxJyzulGODnaGT+YR+LhJjaQ6YHVaAk="
