diff options
-rw-r--r-- | data/travis/worldserver.conf | 12 | ||||
-rw-r--r-- | deps/jsonpath/.travis.yml | 10 |
2 files changed, 0 insertions, 22 deletions
diff --git a/data/travis/worldserver.conf b/data/travis/worldserver.conf deleted file mode 100644 index 75a81fdf47..0000000000 --- a/data/travis/worldserver.conf +++ /dev/null @@ -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" diff --git a/deps/jsonpath/.travis.yml b/deps/jsonpath/.travis.yml deleted file mode 100644 index acf1f26295..0000000000 --- a/deps/jsonpath/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python - -addons: - apt: - packages: - - bash - -# Whatever the current shebang, replace with hardcoded shell -script: > - ./all-tests.sh |