mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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:
|
||||
directories:
|
||||
- $HOME/.cache/yarn
|
||||
- node_modules
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
@ -16,12 +16,8 @@ addons:
|
|||
packages:
|
||||
- g++-4.8
|
||||
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH=$HOME/.yarn/bin:$PATH
|
||||
|
||||
install:
|
||||
- yarn
|
||||
- npm i
|
||||
|
||||
script:
|
||||
- npm run build:ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue