mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-10 03:28:50 +01:00
28 lines
362 B
YAML
28 lines
362 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
|
|
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 typescript@2.0.0
|
|
|
|
- npm install
|
|
|
|
script:
|
|
- npm run build:prod
|
|
|
|
notifications:
|
|
slack: akveo:q559HckfZMSyZRb803aiLcjH
|