Browse Source

Added travis.yml config.

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
9861c559b6
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml View File

@@ -0,0 +1,10 @@
language: node_js

node_js:
- stable

install:
- npm install

script:
- npm test

Loading…
Cancel
Save