diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2018-01-28 15:08:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 15:08:16 +0100 |
commit | 7e79e72ad45b4a5869b082a5f202c18393c72174 (patch) | |
tree | b978f6d3522de7fb84e6efe708482912345ad0bb /.travis.yml | |
parent | 3e2e28b1c7ca0094faff269f169ffd39f50aebe5 (diff) |
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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; |