diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-27 15:50:13 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-04-27 15:52:01 +0300 |
commit | a208abc9a5ee3d5351b3670fa2bbb26a77666b73 (patch) | |
tree | 6ec999f513e5796f07ce23e8d7176093f86a71ce /.travis.yml | |
parent | 1dd7492fee228055d1e1dac2ccaffec5871b4fd1 (diff) | |
download | qtlocation-mapboxgl-a208abc9a5ee3d5351b3670fa2bbb26a77666b73.tar.gz |
[build] Do not run unit tests for Qt5
ccache is not enabled for Trusty public bots on Travis.
Disabling unit tests for Qt5 for now so it will take
less time.
Fixes #4855. (not really, but better than nothing)
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 763852cb2a..1e32e3a7b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ matrix: env: FLAVOR=qt5 BUILDTYPE=Release _CXX=g++-4.9 _CC=gcc-4.9 addons: *qt5 script: - - make qt-app test-qt + - make qt-app cache: directories: |