mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
29 lines
305 B
YAML
29 lines
305 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
install:
|
|
- npm i
|
|
|
|
script:
|
|
- npm run build:ci
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
notifications:
|
|
slack: akveo:q559HckfZMSyZRb803aiLcjH
|