1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix Travis Tests

This commit is contained in:
Robert Sandell
2018-12-30 10:18:58 +02:00
parent d9693088cc
commit 97d877f9c2
3 changed files with 20 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ export default [
const versionName = getAndroidVersionName(version);
const os = {
name: 'Android',
version
version,
};
if (versionName) {
os.versionName = versionName;