aboutsummaryrefslogtreecommitdiffstats
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 a62b086c8..192161387 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_install:
31 if [ $TRAVIS_BRANCH == "nightly"]; then 31 if [ $TRAVIS_BRANCH == "nightly"]; then
32 git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* 32 git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
33 git fetch 33 git fetch
34 git merge --no-ff origin/develop 34 git merge --no-ff --commit --no-edit origin/develop
35 fi 35 fi
36install: 36install:
37 - cd recipes && npm install && npm run package && cd .. 37 - cd recipes && npm install && npm run package && cd ..