jeffminsungkim/hologo

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - '8'
  - '6'
cache:
  directories:
  - node_modules
install:
  - npm install
before_script:
  - npm run build
script:
  - npm run test
notifications:
  email: false