Added initial travis ci support

This commit is contained in:
Amila Welihinda
2016-10-29 22:47:01 -07:00
committed by GitHub
parent 11cdb6b5e4
commit 582063d88e

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
sudo: false
language: node_js
node_js:
- 'node'
cache:
directories:
- node_modules
install:
- npm i -g npm@latest
- npm install
notifications:
email: false