summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-05-12 18:47:59 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-05-12 19:16:35 +0300
commitd3f23b83d42de8ef23ea1dbd8abfc6276009531f (patch)
tree3ab949dd49ccd392c9a9f6181d036a75d4908522 /.travis.yml
parent3e7f5f34e3dea78707d2c384ef84ce3d3a34e534 (diff)
downloadqtlocation-mapboxgl-d3f23b83d42de8ef23ea1dbd8abfc6276009531f.tar.gz
[build] Don't run Travis 'check' build on master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f065a0de6..732e117ae0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,6 +81,9 @@ matrix:
script:
- git fetch origin master:refs/remotes/origin/master
- make check
+ branches:
+ except:
+ - master
# EGL - Node v4 - Clang 3.9 - Release
- os: linux