Skip to content

Commit 419031b

Browse files
authored
Merge pull request #3173 from tautschnig/travis-clang-format
Add sources for libstdc++6 >= 4.9
2 parents 7bf48c0 + 5eebeaf commit 419031b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
apt:
1111
sources:
1212
- llvm-toolchain-trusty-6.0
13+
- ubuntu-toolchain-r-test
1314
packages:
1415
- clang-format-6.0
1516
install:
1617
script: |
17-
clang-format --version
18+
clang-format-6.0 --version
1819
git-clang-format-6.0 --binary clang-format-6.0 "${TRAVIS_BRANCH}"
1920
git diff > formatted.diff
2021
if [[ -s formatted.diff ]] ; then

0 commit comments

Comments
 (0)