Travis: Install libstdc++ >= 4.9 for clang-format-6.0

(cherry picked from commit 22b176f69d)
This commit is contained in:
Rémi Verschelde 2018-07-18 17:38:40 +02:00
parent c709dff1a2
commit 4d89153e5f
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ addons:
# For style checks.
- clang-format-6.0
- libstdc++6 # >= 4.9 needed for clang-format-6.0
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$GODOT_TARGET" = "android" ]; then