mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Bring yarn back
This commit is contained in:
parent
958a994e6f
commit
a82d8acaa7
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- yarn
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm prune
|
- npm prune
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ install:
|
||||||
- ps: Install-Product node 6 x64
|
- ps: Install-Product node 6 x64
|
||||||
- set CI=true
|
- set CI=true
|
||||||
- npm -g install npm@latest
|
- npm -g install npm@latest
|
||||||
- npm install
|
- yarn
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue