ape-repo/ape-releasing

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
- '8'
before_install:
- npm install mocha -g
install:
- npm install
before_script:
- npm link .
script:
- ./ci/build.js
- ./ci/test.js