diff --git a/scripts/style.sh b/scripts/style.sh index b464097b266..06553c3eaa8 100755 --- a/scripts/style.sh +++ b/scripts/style.sh @@ -39,7 +39,7 @@ version="${version/ (*)/}" version="${version/.*/}" case "$version" in - 6 | 7) + 7 | 8) # Allow an older clang-format to accommodate Travis version skew. ;; google3-trunk)