mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
refactor(Travis): Remove unused travis files (#3364)
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
################################################
|
|
||||||
# AzerothCore World Server configuration file #
|
|
||||||
################################################
|
|
||||||
[worldserver]
|
|
||||||
|
|
||||||
LoginDatabaseInfo = "127.0.0.1;3306;root;;acore_auth"
|
|
||||||
WorldDatabaseInfo = "127.0.0.1;3306;root;;acore_world"
|
|
||||||
CharacterDatabaseInfo = "127.0.0.1;3306;root;;acore_characters"
|
|
||||||
|
|
||||||
EnableLogDB = 1
|
|
||||||
DataDir = "/home/travis/build/azerothcore/azerothcore-wotlk/env/dist/data"
|
|
||||||
LogsDir = "/home/travis/build/azerothcore/azerothcore-wotlk/env/dist/bin"
|
|
||||||
10
deps/jsonpath/.travis.yml
vendored
10
deps/jsonpath/.travis.yml
vendored
@@ -1,10 +0,0 @@
|
|||||||
language: python
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- bash
|
|
||||||
|
|
||||||
# Whatever the current shebang, replace with hardcoded shell
|
|
||||||
script: >
|
|
||||||
./all-tests.sh
|
|
||||||
Reference in New Issue
Block a user