diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-05-04 14:35:10 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-05-04 18:50:18 +0200 |
commit | 4f0241c1afcf46370eb325e80c1d52a4b490df38 (patch) | |
tree | 5c4348f6cf6930ae2a6617b2ef31557c9421201b /circle.yml | |
parent | 2f0475b061e5d7791481427d8b7250b39a6b8073 (diff) | |
download | qtlocation-mapboxgl-4f0241c1afcf46370eb325e80c1d52a4b490df38.tar.gz |
[android] - bump snapshot version
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 5f06791cd6..8c0505badc 100644 --- a/circle.yml +++ b/circle.yml @@ -358,7 +358,7 @@ jobs: gcloud firebase test android run --type instrumentation \ --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug/MapboxGLAndroidSDKTestApp-debug.apk \ --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/debug/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \ - --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m + --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m - store_artifacts: path: platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug destination: . |