From fb23eec805f60fb2380a5f0c2bb37f6c815bc92d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 16 May 2021 07:39:52 +0530 Subject: [Housekeeping] Use consistent trigger to skip CI builds. Upgrade recipes submodule. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e09c1f08a..a52edcff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,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]" - npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1 + npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip ci]" || 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