Test on Travis

This commit is contained in:
Luke Childs 2019-04-10 14:20:53 +07:00
parent 9f2f07e0ab
commit ede61f7058
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js: '8'
script: npm test
notifications:
email:
on_success: never