fix debian build again

This commit is contained in:
Guillermo Rauch 2016-07-25 15:59:08 -07:00
parent 0699d266cd
commit b1ae431806

View file

@ -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 - 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: install:
- apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils rpm bsdtar
- nvm install 6 - nvm install 6
- npm install electron-builder@next # force install next version to test electron-builder - npm install electron-builder@next # force install next version to test electron-builder
- npm install - npm install