summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-16 07:07:05 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-16 07:07:05 -0700
commit8954b3971f5cb90dc4b18e61b58ea6e41c54fffe (patch)
tree8912860f2c6176727998b14e7770777e6f2bcde7 /scripts
parent2c6d9374a4f30dde2585ef7f18344643df3c823c (diff)
downloadqtlocation-mapboxgl-8954b3971f5cb90dc4b18e61b58ea6e41c54fffe.tar.gz
don't time xvfb startup
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/flags.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/flags.sh b/scripts/flags.sh
index 1cb8b766e2..9c7e1cff91 100755
--- a/scripts/flags.sh
+++ b/scripts/flags.sh
@@ -3,7 +3,6 @@
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
export DISPLAY=:99.0
- mapbox_time "start xvfb" \
sh -e /etc/init.d/xvfb start
# use g++ that supports c++11