adamrenklint/dilla

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 4.0.0

env:
  - TRAVIS=true

git:
  depth: 1
  submodules: false

install:
  - npm install

script:
  - make lint test check-coverage