language: node_js

node_js:
  - "0.12.7"
  - "stable"

script:
  - "npm run lint"
  - "npm test"

matrix:
  allow_failures:
    - node_js: "stable"
    