Added travis

master
Keith Irwin 2018-02-23 22:31:17 +00:00
parent b480e37cdf
commit c799cddfc1
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm test