mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 18:48:50 +01:00
fix(travis): playing with travis configuration
This commit is contained in:
parent
cc2fb1bc58
commit
386b1dc216
1 changed files with 14 additions and 2 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -4,10 +4,22 @@ language: node_js
|
|||
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
- "node"
|
||||
|
||||
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 webpack
|
||||
- npm install -g typings
|
||||
- npm install -g typescript
|
||||
- npm install -g bower
|
||||
|
||||
- npm install
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue