diff options
author | Leith Bade <leith@mapbox.com> | 2014-11-22 16:58:39 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-11-22 16:58:39 +1100 |
commit | 08d11b23a843efc65bfc4f83b9dff10c73ccac35 (patch) | |
tree | 10a166cda3ae63cb0c260eb1b27f7e6f48679f3d /Makefile | |
parent | 149f0441557affdaa73393428d5b8a8e73fb73d3 (diff) | |
download | qtlocation-mapboxgl-08d11b23a843efc65bfc4f83b9dff10c73ccac35.tar.gz |
Use testmunk in travis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ clean: clear_xcode_cache -rm -rf ./config.gypi ./config-ios.gypi ./config-android.gypi -rm -rf ./android/java/build ./android/java/app/build ./android/java/lib/build -rm -rf ./android/java/lib/src/main/jniLibs ./android/java/lib/src/main/assets + -rm -f ./android/test/features.zip distclean: clean -rm -rf ./mason_packages |