Skip to content

Commit

Permalink
chore: Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Jun 30, 2020
1 parent a4531b5 commit b8e1075
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
os: linux
dist: xenial
language: node_js
node_js:
- 12.18.1
- 12.18.0
before_install:
- sudo add-apt-repository -y ppa:wine/wine-builds
- sudo apt-get update
- sudo apt-get install -y --install-recommends winehq-devel
- sudo apt-get install -y fakeroot
jobs:
include:
- script: npm run build
- deploy:
provider: releases
on:
branch: master
tags: true
token: $GITHUB_TOKEN
file_glob: true
file: release-builds/*.zip
script:
- npm run build
if: tag IS present
deploy:
provider: releases
on:
tags: true
api_key: $GITHUB_TOKEN
file_glob: true
file: release-builds/*.zip
skip_cleanup: true

0 comments on commit b8e1075

Please sign in to comment.