summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-09 22:28:10 +1100
committerLeith Bade <leith@mapbox.com>2014-12-09 22:41:59 +1100
commit2967bd85e4133878c9e6997455670b73b2e1696a (patch)
tree1bce3e0689c8ce639a5ad04a1a3b4e3a4afa4721 /scripts
parentd6983dd1b151b5899ac3911d6b3701417ef162e3 (diff)
downloadqtlocation-mapboxgl-2967bd85e4133878c9e6997455670b73b2e1696a.tar.gz
Fix path to NDK
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 6235c55a35..5aaf5f8b85 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -31,9 +31,6 @@ if [[ "${MASON_PLATFORM}" == "android" ]]; then
echo "inserting access token"
sed -i "s/access token goes here/${ANDROID_KEY}/g" android/java/app/src/main/java/com/mapbox/mapboxgl/app/MapFragment.java
-
- sudo service --status-all
- sudo ps -a
elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then