From fe64238b4cd5a7da403a4f29a62b14234ecba569 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 14 Jun 2016 13:16:41 +0300 Subject: [tidy] Switched to Travis CI Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1