Added travis ci support

This commit is contained in:
Amila Welihinda 2016-07-26 16:01:53 -07:00 committed by GitHub
parent 2cffe4e3f4
commit 0f140f5e04

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