mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
feat(CI/Travis): use Ubuntu 18.04 + update min clang version (#2232)
This commit is contained in:
@@ -7,8 +7,8 @@ bash ./acore.sh "install-deps"
|
||||
|
||||
if [ "$TRAVIS_BUILD_ID" = "1" ]
|
||||
then
|
||||
echo "install clang-3.8"
|
||||
sudo apt-get install clang-3.8
|
||||
echo "install clang-6.0"
|
||||
sudo apt-get install clang-6.0
|
||||
elif [ "$TRAVIS_BUILD_ID" = "2" ]
|
||||
then
|
||||
echo "install clang-7"
|
||||
|
||||
Reference in New Issue
Block a user