feat(travis): new travis build config file

This commit is contained in:
Dmitry
2016-07-12 18:40:40 +03:00
committed by GitHub
parent 6e6db82724
commit cfe3b5e0c4

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