Skip to content

Commit

Permalink
v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 authored May 7, 2018
1 parent c19cc05 commit 545c9f3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ addons:
- xvfb

install:
- nvm install 6
- npm install electron-builder@next
- nvm install 8
- npm install electron-builder@20.6.1
- npm install
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand All @@ -44,12 +44,3 @@ before_script:

script:
- npm run dist

deploy:
provider: releases
user: JannisX11
api_key: $GH_TOKEN
file: "/home/travis/build/JannisX11/blockbench/dist/Blockbench_1.9.1_amd64.deb"
skip_cleanup: true
on:
tags: true

0 comments on commit 545c9f3

Please sign in to comment.