diff options
author | Leith Bade <leith@mapbox.com> | 2014-12-26 11:12:14 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-26 11:12:14 +1300 |
commit | 7f086b4989a0e7a1d4c0239f6318d65281b0e17c (patch) | |
tree | 970b9f4a0c58817e8bce0e98b618a81bf5cd8ffe /.travis.yml | |
parent | 2ad74d5fb0731237ef498e5f74d342e528e2b94f (diff) | |
download | qtlocation-mapboxgl-7f086b4989a0e7a1d4c0239f6318d65281b0e17c.tar.gz |
Don't configure on Android
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a26393969c..9d06f91dca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ before_install: - if [[ ${TRAVIS_OS_NAME} == "linux" && ${MASON_PLATFORM} != "android" ]]; then glxinfo; fi install: -- make config.gypi +- if [[ ${MASON_PLATFORM} != "android" ]]; then make config.gypi; fi - ulimit -c before_script: |