Skip to content

Commit e0297c4

Browse files
committed
fix CI
1 parent 3deebfb commit e0297c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ install:
1111
- sudo apt-get -qq update
1212
- sudo apt-get -qq --force-yes install clang-format-${CLANG_VERSION}
1313
- bundle install
14+
- clang-format-${CLANG_VERSION} -version || true

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ task :ci => [:dump, :test]
22

33
task :dump do
44
sh 'vim --version'
5-
sh 'clang-format -version'
65
end
76

87
task :test do

0 commit comments

Comments
 (0)