2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-13 01:10:49 +00:00

Add TravisCI for unit tests

This commit is contained in:
Romain Prieto 2016-10-13 18:53:04 +11:00
parent fa5652b380
commit d545bd45fd

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
script: npm test