aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5435d9b90..554dbddff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ script:
85 else 85 else
86 echo "Building for branch: $TRAVIS_BRANCH" 86 echo "Building for branch: $TRAVIS_BRANCH"
87 if [ $TRAVIS_BRANCH == "release" ]; then 87 if [ $TRAVIS_BRANCH == "release" ]; then
88 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 88 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
89 elif [ $TRAVIS_BRANCH == "nightly" ]; then 89 elif [ $TRAVIS_BRANCH == "nightly" ]; then
90 git commit -am "Apply linter fixes [skip ci]" --no-verify 90 git commit -am "Apply linter fixes [skip ci]" --no-verify
91 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1 91 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" || travis_terminate 1