summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-01-28 15:08:16 +0100
committerGitHub <noreply@github.com>2018-01-28 15:08:16 +0100
commit7e79e72ad45b4a5869b082a5f202c18393c72174 (patch)
treeb978f6d3522de7fb84e6efe708482912345ad0bb /.travis.yml
parent3e2e28b1c7ca0094faff269f169ffd39f50aebe5 (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f6d4c592e..04529fd72b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
- cd ..
# push changes to git if any
- git fetch --unshallow
+ - git checkout master
- git add -A .
- git commit -am "Importing pending sql"
- git push https://$GITHUB_API_KEY@github.com/azerothcore/azerothcore-wotlk.git master;