Added travis ci support #111

Open
amilajack wants to merge 1 commit from amilajack/patch-2 into master
Showing only changes of commit 0f140f5e04 - Show all commits

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
sudo: false
language: node_js
node_js:
- 6
- 4
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install