tandrewnichols/cache-walk

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: false
install:
  - "npm install"
script:
  - "npm run travis"
node_js:
  - "4"
  - "5"
  - "6"
  - "7"
cache:
  directories:
    - 'node_modules'