add travis

This commit is contained in:
David Dias 2016-03-14 21:21:39 +00:00
parent 1473964c15
commit 7205af0e1c

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
sudo: false
language: node_js
node_js:
- "4.0"
# Make sure we have new NPM.
before_install:
- npm install -g npm
script:
- npm test