Current File : //lib/node_modules/bower/lib/node_modules/mout/.travis.yml
 language: node_js
 node_js:
   - "iojs"
   - "0.10"
   - "0.12"
 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