diff options
author | Joel Fischer <joel@livio.io> | 2015-06-05 13:31:20 -0400 |
---|---|---|
committer | Joel Fischer <joel@livio.io> | 2015-06-05 13:31:20 -0400 |
commit | 9f173ab5740474f9fc6d8ca5f2a9c67cbc2920a6 (patch) | |
tree | feaecf04f78a9ca37dd53f86271c93282cdf90bc /.travis.yml | |
parent | 4ce417d77c294ad65555ea2009af914755467ae4 (diff) | |
download | sdl_ios-9f173ab5740474f9fc6d8ca5f2a9c67cbc2920a6.tar.gz |
Remove clang-format from Travis YAML
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index bfe3b6783..af5dd4500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,4 @@ notifications: before_install: - brew update - - brew outdated xctool || brew upgrade xctool - - brew upgrade clang-format || brew install clang-format - - clang-format -style=file
\ No newline at end of file + - brew outdated xctool || brew upgrade xctool
\ No newline at end of file |