Skip to content

Commit

Permalink
Fix Travis CI build on linux VM
Browse files Browse the repository at this point in the history
Fix #142
  • Loading branch information
brunolemos committed May 28, 2019
1 parent 665c1c0 commit fb184e7
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 @@ -27,9 +27,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 clean && yarn workspace @devhub/web build && yarn workspace @devhub/desktop build:skipweb --linux --win"
/bin/bash -c "yarn --pure-lockfile && yarn clean && yarn workspace @devhub/web build && yarn workspace @devhub/desktop build:skipweb --linux --win"
else
yarn --link-duplicates --pure-lockfile
yarn --pure-lockfile
yarn clean
yarn workspace @devhub/web build
yarn workspace @devhub/desktop build:skipweb --mac
Expand Down

0 comments on commit fb184e7

Please sign in to comment.