feat(travis): travis build configuration

pull/112/head
Dmitry 2016-07-12 18:35:49 +03:00 committed by GitHub
parent 6e6db82724
commit 92590a1a09
1 changed files with 24 additions and 0 deletions

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
sudo: false
language: node_js
node_js:
- "4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm config set spin false
- npm install -g npm@3
- npm install -g gulp
- npm install -g bower
- npm install
script:
- gulp build