sudo: false
language: node_js
install:
  - '[ "$TRAVIS_NODE_VERSION" != "0.10" ] || npm install -g npm@next'
  - npm install
node_js:
  - "0.10"
  - "0.12"
  - iojs
script:
  - npm test
  - npm run codecov
matrix:
  allow_failures:
    - node_js: iojs
