mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix debian build again
This commit is contained in:
parent
0699d266cd
commit
b1ae431806
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ before_install:
|
|||
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
|
||||
|
||||
install:
|
||||
- apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils rpm bsdtar
|
||||
- nvm install 6
|
||||
- npm install electron-builder@next # force install next version to test electron-builder
|
||||
- npm install
|
||||
|
|
|
|||
Loading…
Reference in a new issue