Skip to content

Commit 5f113be

Browse files
committed
update version of clang-format on Travis CI
1 parent 63e4208 commit 5f113be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: ruby
22
rvm:
33
- 1.9.3
44
env:
5-
- CLANG_VERSION="3.7"
6-
- CLANG_VERSION="3.8"
5+
- CLANG_VERSION="4.0"
6+
- CLANG_VERSION="5.0"
77

88
install:
99
- bundle install
@@ -15,10 +15,10 @@ script:
1515
addons:
1616
apt:
1717
sources:
18-
- llvm-toolchain-precise-3.8
19-
- llvm-toolchain-precise-3.7
18+
- llvm-toolchain-precise-5.0
19+
- llvm-toolchain-precise-4.0
2020
- ubuntu-toolchain-r-test
2121
packages:
2222
- g++-4.9
23-
- clang-format-3.7
24-
- clang-format-3.8
23+
- clang-format-5.0
24+
- clang-format-4.0

0 commit comments

Comments
 (0)