Travis: Install libstdc++ >= 4.9 for clang-format-6.0
(cherry picked from commit 22b176f69d
)
This commit is contained in:
parent
c709dff1a2
commit
4d89153e5f
|
@ -71,6 +71,7 @@ addons:
|
||||||
|
|
||||||
# For style checks.
|
# For style checks.
|
||||||
- clang-format-6.0
|
- clang-format-6.0
|
||||||
|
- libstdc++6 # >= 4.9 needed for clang-format-6.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then
|
||||||
|
|
Loading…
Reference in New Issue