goodbye sudo

This commit is contained in:
Guillermo Rauch 2016-07-25 17:02:53 -07:00
parent f884d84709
commit 80d2f60efe

View file

@ -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