summaryrefslogtreecommitdiffstats
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 54bef5a38..ae29f3b4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,11 +74,11 @@ script:
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 travisci]" || 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
78 if [ $TRAVIS_OS_NAME == "osx" ]; then 77 if [ $TRAVIS_OS_NAME == "osx" ]; then
79 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1 78 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1
80 git push -qu nightly HEAD:nightly --no-verify >/dev/null 2>&1 79 git push -qu nightly HEAD:nightly --no-verify >/dev/null 2>&1
81 fi 80 fi
81 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
82 else 82 else
83 if [ $TRAVIS_PULL_REQUEST_BRANCH != "i18n" ]; then 83 if [ $TRAVIS_PULL_REQUEST_BRANCH != "i18n" ]; then
84 travis_retry travis_wait 100 npm run build || travis_terminate 1 84 travis_retry travis_wait 100 npm run build || travis_terminate 1