Browse Source

add test .travis.yml

master
Coin de Gamma 5 years ago
parent
commit
9112c9edc5
  1. 6
      .travis.yml

6
.travis.yml

@ -0,0 +1,6 @@
language: node_js
node_js:
- "8"
before_script:
- npm install
script: npm test
Loading…
Cancel
Save