aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a222ddf87..501c3480c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,11 +58,7 @@ script:
58 - | 58 - |
59 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then
60 git add . 60 git add .
61<<<<<<< Updated upstream
62 git commit -m "Apply linter fixes"
63=======
64 git commit -m "Apply linter fixes [skip ci]" 61 git commit -m "Apply linter fixes [skip ci]"
65>>>>>>> Stashed changes
66 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]"
67 echo "Building..." 63 echo "Building..."
68 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