Skip to content

Commit 5cf6a32

Browse files
Update
1 parent 9f9aed9 commit 5cf6a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ install:
3737
- npm install
3838
- npm run tslint
3939
- cd ../tests
40-
- tns plugin remove tns-core-modules
40+
- tns platform remove android && true
41+
- tns plugin remove tns-core-modules && true
4142
- npm install
4243
- tns platform add android@next
43-
- tns plugin add tns-core-modules@next
44+
- npm install --dev tns-core-modules@next
4445
before_script:
4546
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
4647
- emulator -memory 1024 -avd test -no-audio -no-window &

0 commit comments

Comments
 (0)