aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-04 12:43:00 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-04 12:43:00 +0100
commit18b6835a9d0882219b8eff99428aac37b6083f36 (patch)
treec10961a0b2978245c68f096dfeed4ff1365f482c /.travis.yml
parent5.6.0-nightly.1 and trigger AppVeyor nightly build [skip travisci] (diff)
downloadferdium-app-18b6835a9d0882219b8eff99428aac37b6083f36.tar.gz
ferdium-app-18b6835a9d0882219b8eff99428aac37b6083f36.tar.zst
ferdium-app-18b6835a9d0882219b8eff99428aac37b6083f36.zip
Echo 'Building...' before hanging build command for visibility [skip ci]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fdcaad21..56fc094e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,11 +52,13 @@ before_script:
52script: 52script:
53 - | 53 - |
54 if [ $TRAVIS_BRANCH == "release" ]; then 54 if [ $TRAVIS_BRANCH == "release" ]; then
55 echo "Building..."
55 travis_retry travis_wait 100 npm run build 56 travis_retry travis_wait 100 npm run build
56 fi 57 fi
57 - | 58 - |
58 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then
59 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" 60 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]"
61 echo "Building..."
60 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 62 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies
61 if [ $TRAVIS_OS_NAME == "osx" ]; then 63 if [ $TRAVIS_OS_NAME == "osx" ]; then
62 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1 64 git remote add nightly https://${GH_TOKEN}@github.com/getferdi/ferdi.git > /dev/null 2>&1