Update .travis.yml

This commit is contained in:
Yehonal
2018-01-28 15:08:16 +01:00
committed by GitHub
parent 3e2e28b1c7
commit 7e79e72ad4

View File

@@ -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;