From 12ac3da50f1f502d8b5e8a8edcf6ddce74dd4755 Mon Sep 17 00:00:00 2001 From: kytwb Date: Sun, 30 May 2021 18:51:49 +0200 Subject: Remove -c.mac.identity=null flag for release branch builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5435d9b90..554dbddff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ script: else echo "Building for branch: $TRAVIS_BRANCH" if [ $TRAVIS_BRANCH == "release" ]; then - 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 || travis_terminate 1 + travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi || travis_terminate 1 elif [ $TRAVIS_BRANCH == "nightly" ]; then git commit -am "Apply linter fixes [skip ci]" --no-verify npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1 -- cgit v1.2.3-70-g09d2