aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5cb1c88db..a222ddf87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,11 @@ script:
58 - | 58 - |
59 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then
60 git add . 60 git add .
61<<<<<<< Updated upstream
61 git commit -m "Apply linter fixes" 62 git commit -m "Apply linter fixes"
63=======
64 git commit -m "Apply linter fixes [skip ci]"
65>>>>>>> Stashed changes
62 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]" 66 npm version prerelease --preid=nightly -m "%s and trigger AppVeyor nightly build [skip travisci]"
63 echo "Building..." 67 echo "Building..."
64 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 68 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies