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 3deebfb commit e0297c4Copy full SHA for e0297c4
.travis.yml
@@ -11,3 +11,4 @@ install:
11
- sudo apt-get -qq update
12
- sudo apt-get -qq --force-yes install clang-format-${CLANG_VERSION}
13
- bundle install
14
+ - clang-format-${CLANG_VERSION} -version || true
Rakefile
@@ -2,7 +2,6 @@ task :ci => [:dump, :test]
2
3
task :dump do
4
sh 'vim --version'
5
- sh 'clang-format -version'
6
end
7
8
task :test do
0 commit comments