diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-27 08:38:06 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-01-27 08:38:06 +1300 |
commit | 498acc3e7b3f62a56f51624975b53bf91108aaf5 (patch) | |
tree | 3dc9de8258433228b4798113aa30e9aa21ced7f9 /scripts | |
parent | 8c02249324b4eaa2d1ced7dba8561fb4a725cf20 (diff) | |
download | qtlocation-mapboxgl-498acc3e7b3f62a56f51624975b53bf91108aaf5.tar.gz |
Change all echo back to mapbox_time
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_before_install.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh index 2db46a8ef8..8db4aab23f 100755 --- a/scripts/travis_before_install.sh +++ b/scripts/travis_before_install.sh @@ -12,31 +12,31 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then fi sudo add-apt-repository --yes ppa:boost-latest/ppa - mapbox_time "apt_update" + mapbox_time "apt_update" \ sudo apt-get update -y - echo "install_gcc" + mapbox_time "install_gcc" \ sudo apt-get -y install gcc-4.8 g++-4.8 - echo "install_build_tools" + mapbox_time "install_build_tools" \ sudo apt-get -y install git build-essential zlib1g-dev automake gdb \ libtool xutils-dev make cmake pkg-config python-pip \ libboost1.55-dev libcurl4-openssl-dev \ libpng-dev libsqlite3-dev if [[ ${MASON_PLATFORM} != "android" ]]; then - echo "install_opengl" + mapbox_time "install_opengl" \ sudo apt-get -y install mesa-utils libxi-dev x11proto-randr-dev \ x11proto-xext-dev libxrandr-dev \ x11proto-xf86vidmode-dev libxxf86vm-dev \ libxcursor-dev libxinerama-dev \ llvm-3.4 # required for mesa - echo "install_mesa" + mapbox_time "install_mesa" \ MASON_PLATFORM= mason install mesa 10.3.1 fi - echo "install_awscli" + mapbox_time "install_awscli" \ sudo pip install awscli elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then # |