mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Use yarn instead of npm install on CI
This commit is contained in:
parent
e34dab54a8
commit
533a5cb7a3
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ before_install:
|
|||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- yarn
|
||||
|
||||
before_script:
|
||||
- npm prune
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ install:
|
|||
- ps: Install-Product node 6 x64
|
||||
- set CI=true
|
||||
- npm -g install npm@latest
|
||||
- npm install
|
||||
- yarn
|
||||
|
||||
build: off
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue