Travis config

pull/1/head
sundowndev 2018-11-13 18:46:36 +01:00
parent 51ab76f613
commit 78fd638195
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- "7"
- "8"
before_script:
- npm install
script: npm run test