mirror of https://github.com/akveo/blur-admin
feat(travis): travis build configuration
parent
6e6db82724
commit
92590a1a09
|
@ -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