aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b52c77bdc..5cb1c88db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,8 @@ script:
57 fi 57 fi
58 - | 58 - |
59 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then
60 git add .
61 git commit -m "Apply linter fixes"
60 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" 62 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]"
61 echo "Building..." 63 echo "Building..."
62 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 64 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies