aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-12-20 12:01:47 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-12-20 12:01:47 +0100
commit517faf0feffe33f17fb6e49818ea8b37ce0d90f0 (patch)
treedd70c724011c94534615509e9463d71102d37669 /.travis.yml
parentBump version number (diff)
downloadferdium-app-517faf0feffe33f17fb6e49818ea8b37ce0d90f0.tar.gz
ferdium-app-517faf0feffe33f17fb6e49818ea8b37ce0d90f0.tar.zst
ferdium-app-517faf0feffe33f17fb6e49818ea8b37ce0d90f0.zip
Update build config
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