ashleygwilliams/mansplain

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: false
node_js:
  - '0.12.7'
  - 'io.js'
  - '4.2.1'
cache:
  directories:
  - node_modules
script: "npm test"