nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

try to fix travis #58

Closed nolanlawson closed 6 years ago

nolanlawson commented 6 years ago

So here's a list of stuff that updated in the past 2 years and broke the build:

Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: /usr/local/share/android-sdk/tools/templates/gradle/wrapper

Getting these tests passing again is gonna be a bumpy ride.

nolanlawson commented 6 years ago

Sauce Labs also changed something, can't specify browserName and app capabilities simultaneously anymore.

nolanlawson commented 6 years ago

wooooooot, passing!