Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Changed Node Version
Browse files Browse the repository at this point in the history
  • Loading branch information
spikecodes committed Jan 22, 2020
1 parent 319b830 commit 84b06ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: "11.6.0"
node_js: "12"

# before_install:
# - npm install
Expand All @@ -22,7 +22,7 @@ jobs:
os: osx
osx_image: xcode10.1
script:
- npm install electron-builder -g && npm run dist-all
- npm run dist-all
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
# - stage: Deploy Windows & Mac
Expand Down

0 comments on commit 84b06ac

Please sign in to comment.