We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574765a commit e920cb2Copy full SHA for e920cb2
.travis.yml
@@ -37,8 +37,8 @@ install:
37
- npm install
38
- npm run tslint
39
- cd ../tests
40
-- npm i appium@$APPIUM_VERSION
41
+- npm i appium@$APPIUM_VERSION
42
before_script:
43
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
44
- emulator -memory 1024 -avd test -no-audio -no-window &
0 commit comments