Skip to content

Commit

Permalink
#1 fix travis .1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Nov 27, 2018
1 parent 95d16a1 commit d6eef15
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 @@ -28,9 +28,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 "npm run dist"
else
yarn release
npm run dist
fi
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down

0 comments on commit d6eef15

Please sign in to comment.