 language: node_js
 node_js:
   - "8.0" # current
   - "6.0" # stable
 script:
   - "npm test --coverage"
   - "jshint src"
 notifications:
  irc:
    channels:
      - "irc.freenode.org#moutjs"
    on_success: change
    on_failure: always
    use_notice: true
    skip_join: true
 git:
   depth: 10
