aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29d31c4a8..9693eb55a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,8 @@ before_script:
35script: 35script:
36 - | 36 - |
37 if [ $TRAVIS_BRANCH == "release" ]; then 37 if [ $TRAVIS_BRANCH == "release" ]; then
38 travis_retry travis_wait 100 npm run build 38 echo "Building..."
39 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
39 fi 40 fi
40 - | 41 - |
41 if [ $TRAVIS_BRANCH == "nightly" ]; then 42 if [ $TRAVIS_BRANCH == "nightly" ]; then