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 9f9aed9 commit 5cf6a32Copy full SHA for 5cf6a32
.travis.yml
@@ -37,10 +37,11 @@ install:
37
- npm install
38
- npm run tslint
39
- cd ../tests
40
-- tns plugin remove tns-core-modules
+- tns platform remove android && true
41
+- tns plugin remove tns-core-modules && true
42
43
- tns platform add android@next
-- tns plugin add tns-core-modules@next
44
+- npm install --dev tns-core-modules@next
45
before_script:
46
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
47
- emulator -memory 1024 -avd test -no-audio -no-window &
0 commit comments