Navigation Menu

Skip to content

Commit

Permalink
version 0.2.3 developer release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-kim committed May 10, 2019
1 parent b3b145f commit 4b22d76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -16,11 +16,15 @@ matrix:
- travis_wait electron-forge make -p linux
before_deploy:
- export RELEASE_DEPLOY=out/make/open-ias-scoreboard*
- git reset --hard master
- git clean -f
- os: windows
script:
- travis_wait 50 electron-forge make -p win32
before_deploy:
- export RELEASE_DEPLOY=$(ls out/make/squirrel.windows/x64/*.exe)
- git reset --hard master
- git clean -f
- os: osx
addons:
homebrew:
Expand All @@ -32,6 +36,8 @@ matrix:
- travis_wait electron-forge make -p darwin
before_deploy:
- export RELEASE_DEPLOY=$(ls out/make/open-ias-scoreboard*)
- git reset --hard master
- git clean -f
install:
- npm install
- npm install -g electron-forge
Expand Down

0 comments on commit 4b22d76

Please sign in to comment.