Skip to content

Commit

Permalink
travis release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 22, 2018
1 parent 8117e08 commit 5697431
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
Expand Up @@ -38,9 +38,9 @@ script:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux --win"
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux --win -p always"
else
yarn release
yarn release -p always
fi
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down

0 comments on commit 5697431

Please sign in to comment.