molamk/wordfuzz

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: false
node_js:
  - 11
  - 10

scripts:
  - npm install codecov -g
after_success:
  - codecov