mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
goodbye sudo
This commit is contained in:
parent
f884d84709
commit
80d2f60efe
1 changed files with 4 additions and 1 deletions
|
|
@ -24,12 +24,15 @@ addons:
|
|||
packages:
|
||||
- libgnome-keyring-dev
|
||||
- icnsutils
|
||||
- graphicsmagick
|
||||
- xz-utils
|
||||
- rpm
|
||||
- bsdtar
|
||||
|
||||
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:
|
||||
- sudo 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