Skip to content

Commit

Permalink
Run clang-format on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 29, 2017
1 parent 019ad6d commit 48b7cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ matrix:
osx_image: xcode8.3
language: objective-c
script: make test
- os: osx
install: HOMEBREW_NO_AUTO_UPDATE=1 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fb4429fa4b75db8e4c4fe925e26d8a23ed8e6fb6/Formula/clang-format.rb
script: make check-format
- sudo: required
services: docker
before_install: docker build -t skit .
Expand Down

0 comments on commit 48b7cde

Please sign in to comment.