Skip to content

Commit

Permalink
Build with node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dankocherga committed Nov 26, 2017
1 parent 009da06 commit 65ce79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- export PATH="$HOME/.yarn/bin:$PATH"

install:
- nvm install 7
- nvm install 8
- yarn add electron-builder@next --dev # force install next version to test electron-builder
- yarn install

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 7 x64
- ps: Install-Product node 8 x64
- yarn add electron-builder@next --dev # force install next version to test electron-builder
- yarn install

Expand Down

0 comments on commit 65ce79f

Please sign in to comment.