summaryrefslogtreecommitdiff
path: root/scripts/travis_before_install.sh
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-09 09:13:09 +1100
committerLeith Bade <leith@mapbox.com>2014-12-09 09:13:09 +1100
commit8b1a2679e6171edeac8cbdec45c0349853eaaa7e (patch)
tree942e7f6f98ba907c3e2e41c28067b5aaaa4749af /scripts/travis_before_install.sh
parentd8b7bc72350abbd686413ed852fd3e8ecc79d139 (diff)
downloadqtlocation-mapboxgl-8b1a2679e6171edeac8cbdec45c0349853eaaa7e.tar.gz
Dump running services.
Diffstat (limited to 'scripts/travis_before_install.sh')
-rwxr-xr-xscripts/travis_before_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 5aaf5f8b85..e14d93e67b 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -31,6 +31,10 @@ 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
+
+ service --status-all
+
+ ps -a
elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then