add travis file

pull/3094/head
Iuri Matias 7 years ago
parent 0b4a235c10
commit 5364e7f6f1
  1. 5
      .travis.yml

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