diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-14 13:16:41 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-14 22:38:40 +0300 |
commit | fe64238b4cd5a7da403a4f29a62b14234ecba569 (patch) | |
tree | c7dd7ec87cfff3d32d715c37a6db33b711f40ae8 /.travis.yml | |
parent | deea0c41a2306dd0af505fdd4e6bfe1bf1bf7bbb (diff) | |
download | qtlocation-mapboxgl-fe64238b4cd5a7da403a4f29a62b14234ecba569.tar.gz |
[tidy] Switched to Travis CI
Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eb7e2668f2..56f34a90be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,6 +104,17 @@ matrix: env: BUILDTYPE=Release _CXX=clang++-3.5 _CC=clang-3.5 addons: *clang35 + # Clang 3.5 - tidy + - os: linux + sudo: required + dist: trusty + language: cpp + compiler: "tidy-clang35-release" + env: BUILDTYPE=Release _CXX=clang++-3.5 _CC=clang-3.5 + addons: *clang35 + script: + - make tidy + # Qt 4 - Release - os: linux sudo: false |