Skip to content

Commit 6190ba6

Browse files
committed
print docker env
1 parent c15a7f8 commit 6190ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
-v ~/.cache/electron:/root/.cache/electron \
3535
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
3636
electronuserland/builder:wine-chrome \
37-
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux --win"
37+
/bin/bash -c "npx envinfo && yarn --link-duplicates --pure-lockfile && yarn release --linux --win"
3838
else
3939
yarn release
4040
fi

0 commit comments

Comments
 (0)