From efabaef84ea41b7c39904369960e7ab6c0d33636 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 23 May 2021 11:00:33 +0530 Subject: Use keyword specific to travis for the version bump commit within travis run - so that appveyor doesn't skip as well. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 331e7efa5..54bef5a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ script: 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 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 ci]" || travis_terminate 1 + npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1 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 if [ $TRAVIS_OS_NAME == "osx" ]; then git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1 -- cgit v1.2.3-70-g09d2