mirror of https://github.com/akveo/blur-admin
feat(travis): new travis build config file
parent
6e6db82724
commit
cfe3b5e0c4
|
@ -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
|
Loading…
Reference in New Issue