nielse63/expand-hex-code

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage

language: node_js
node_js:
  - "node"
sudo: false
dist: trusty
cache:
  yarn: true
  directories:
    - node_modules
install:
  - yarn

script:
  - yarn test

after_success: yarn run coverage