feat(travis): test travis config

This commit is contained in:
nixa 2016-07-12 17:23:11 +03:00
parent 08fac421dd
commit 0c15ded7d4

14
.travis Normal file
View file

@ -0,0 +1,14 @@
sudo: false
language: node_js
node_js:
- "4"
- "5"
- "node"
install:
- npm install
script:
- npm run build:prod