We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad2dad commit 11c4385Copy full SHA for 11c4385
.travis.yml
@@ -1,8 +1,6 @@
1
language: ruby
2
-sudo: false
3
rvm:
4
- 1.9.3
5
-
6
env:
7
- CLANG_VERSION="3.7"
8
- CLANG_VERSION="3.8"
@@ -14,11 +12,13 @@ install:
14
12
script:
15
13
- CLANG_FORMAT=clang-format-${CLANG_VERSION} rake ci
16
17
-cache:
18
- - apt
19
20
addons:
21
apt:
+ sources:
+ - llvm-toolchain-precise
+ - llvm-toolchain-precise-3.7
+ - ubuntu-toolchain-r-test
22
packages:
23
- - clang-format-3.8
+ - g++-4.9
24
- clang-format-3.7
+ - clang-format-3.8
0 commit comments