Skip to content

Commit

Permalink
fix: travis ci node
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkop committed Apr 23, 2020
1 parent 7dabfbd commit 69ec344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
- os: linux
dist: trusty
services: docker
language: generic
language: node_js
node_js: '10'

- os: windows
language: node_js
Expand Down Expand Up @@ -48,5 +49,6 @@ deploy:
- 'dist/*.AppImage'
- 'dist/*.exe'
overwrite: true
skip_cleanup: true
on:
all_branches: true
branch: 'fix/release'

0 comments on commit 69ec344

Please sign in to comment.