Added travis ci support

This commit is contained in:
Amila Welihinda 2016-07-26 16:00:47 -07:00 committed by GitHub
parent 2cffe4e3f4
commit 45de39f6fe

20
.travis.yml Normal file
View file

@ -0,0 +1,20 @@
sudo: false
language: node_js
node_js:
- 6
- 4
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install
script:
- npm run test
- npm run lint
- npm run build