mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
ci: update travis config
This commit is contained in:
parent
b23c65afdf
commit
da955b7af1
1 changed files with 2 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ node_js:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/yarn
|
- node_modules
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
@ -16,12 +16,8 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
|
|
||||||
before_install:
|
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
||||||
- export PATH=$HOME/.yarn/bin:$PATH
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- yarn
|
- npm i
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run build:ci
|
- npm run build:ci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue