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: "ZbnkIld6dxNVafUx4+g0hOR5eV2N4KQM6iQuN9t9zy+lgMvT7AOK1NduB+34bmIWYTzBnBKP+LlG5VVvtk95r/GS+9B4EA1In773OQELFXk9Jk61pMpZ7G6h8rJ8sIOBW4yjswfbaIQsI+AVzIUGo8EHvaSngacbptUtXyRdpac="
