Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 628d706

Browse files
fix: Fixed issue deploying to snapcraft using TravisCI
1 parent 3211b0f commit 628d706

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ os:
77
- osx
88
# - windows # TODO: Enable Once Widevine Package Supports Windows
99

10+
# TEMP Fix: https://travis-ci.community/t/snap-deployment-stopped-working-out-of-nowhere/6908
11+
deploy:
12+
edge: true
13+
1014
cache:
1115
yarn: true
1216
directories:

0 commit comments

Comments
 (0)