We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3a78f commit 6ecf3bfCopy full SHA for 6ecf3bf
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
26
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils bsdtar ruby-dev build-essential; sudo gem install fpm; fi
27
install:
28
-- nvm install 6
+- nvm install 8
29
- npm install electron-builder@next
30
- npm install
31
- npm prune
appveyor.yml
@@ -7,7 +7,7 @@ cache:
7
- '%USERPROFILE%\.electron'
8
9
10
- - ps: Install-Product node 6 x64
+ - ps: Install-Product node 8 x64
11
12
13
build_script:
0 commit comments