diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-27 12:11:31 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-27 14:47:24 -0600 |
commit | 7637b85a07a95479c1ad8dd1026ad3bec0a01cd5 (patch) | |
tree | 888091b374a3753e60cb12b7836c88459792d73e | |
parent | 2ab3af4b1b5dabf7087e6fabfb84617f4ff4b55d (diff) | |
download | qtlocation-mapboxgl-7637b85a07a95479c1ad8dd1026ad3bec0a01cd5.tar.gz |
[build] Revert checking codestyle in CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6969a7c909..6e3bc85c9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,7 +80,6 @@ matrix: script: - git fetch origin master:refs/remotes/origin/master - make check - - make codestyle # EGL - Node - Clang 3.8 - Debug - os: linux |