aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-23 11:00:33 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-05-23 11:00:33 +0530
commitefabaef84ea41b7c39904369960e7ab6c0d33636 (patch)
tree7fa80167db33b71d24c35ca411c0f575c911d1d3
parentForcibly bumping up Ferdi version - so as to try to skip publish issue. (diff)
downloadferdium-app-efabaef84ea41b7c39904369960e7ab6c0d33636.tar.gz
ferdium-app-efabaef84ea41b7c39904369960e7ab6c0d33636.tar.zst
ferdium-app-efabaef84ea41b7c39904369960e7ab6c0d33636.zip
Use keyword specific to travis for the version bump commit within travis run - so that appveyor doesn't skip as well.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 331e7efa5..54bef5a38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ script:
73 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 73 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
74 elif [ $TRAVIS_BRANCH == "nightly" ]; then 74 elif [ $TRAVIS_BRANCH == "nightly" ]; then
75 git commit -am "Apply linter fixes [skip ci]" --no-verify 75 git commit -am "Apply linter fixes [skip ci]" --no-verify
76 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip ci]" || travis_terminate 1 76 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1
77 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies || travis_terminate 1 77 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies || travis_terminate 1
78 if [ $TRAVIS_OS_NAME == "osx" ]; then 78 if [ $TRAVIS_OS_NAME == "osx" ]; then
79 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1 79 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1