Skip to content

Commit c5e48d3

Browse files
committed
Replace test scripts to use demo
1 parent c6005dd commit c5e48d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ matrix:
5050
- android-wait-for-emulator
5151
before_install:
5252
- nvm install 10
53-
script: cd src && npm run test.android
53+
script: cd src && npm run demo.android
5454
- os: osx
5555
language: node_js
5656
node_js: "10"
5757
jdk: oraclejdk8
5858
osx_image: xcode10.2
59-
script: cd src && npm run test.ios
59+
script: cd src && npm run demo.ios
6060

6161
android:
6262
components:

0 commit comments

Comments
 (0)