mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
* fix(dependencies): fix versions * fix(build): get initial.scss back, updat some dependencies, fix resolve-url-loader warning * fix(build): fix out, update travis build * fix(build): revert sass-loader * fix(build): pin sass-loader at 4.1.1 * fix(build): remove cache from travis
30 lines
420 B
YAML
30 lines
420 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
- npm config set spin false
|
|
|
|
before_script:
|
|
- npm i -g npm@4
|
|
|
|
install:
|
|
- yarn
|
|
|
|
script:
|
|
- yarn run build:ci
|
|
|
|
notifications:
|
|
slack: akveo:q559HckfZMSyZRb803aiLcjH
|