add travis file

pull/7/head
Iuri Matias 7 years ago
parent 2a84fb934a
commit 332f4c1d32
  1. 5
      .travis.yml

@ -0,0 +1,5 @@
language: node_js
node_js:
- "7"
script:
- npm run test
Loading…
Cancel
Save