aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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