Update .travis.yml
This commit is contained in:
parent
ef2a928e73
commit
cdbfac743d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ before_install:
|
|||
# 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;
|
||||
- git diff --quiet --exit-code --cached && git add -A . && git commit -am "Importing pending sql" && git push https://$GITHUB_API_KEY@github.com/azerothcore/azerothcore-wotlk.git master;
|
||||
|
||||
install:
|
||||
# install OS deps (apt-get)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue