aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-12-20 13:16:27 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-12-20 13:16:27 +0100
commit1442b820bada2f1eb37b52fabd2241236595702a (patch)
treedd42303b1e9217f73a9773a72e716cbe3fc0a9d6 /.travis.yml
parentUpdate CONTRIBUTING.md (#1079) (diff)
parentRemove notarization (diff)
downloadferdium-app-1442b820bada2f1eb37b52fabd2241236595702a.tar.gz
ferdium-app-1442b820bada2f1eb37b52fabd2241236595702a.tar.zst
ferdium-app-1442b820bada2f1eb37b52fabd2241236595702a.zip
Merge branch 'release' into developv5.6.0-beta.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 56fc094e4..d5f1dd0c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ script:
53 - | 53 - |
54 if [ $TRAVIS_BRANCH == "release" ]; then 54 if [ $TRAVIS_BRANCH == "release" ]; then
55 echo "Building..." 55 echo "Building..."
56 travis_retry travis_wait 100 npm run build 56 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi -c.mac.identity=null
57 fi 57 fi
58 - | 58 - |
59 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then