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 c6005dd commit c5e48d3Copy full SHA for c5e48d3
.travis.yml
@@ -50,13 +50,13 @@ matrix:
50
- android-wait-for-emulator
51
before_install:
52
- nvm install 10
53
- script: cd src && npm run test.android
+ script: cd src && npm run demo.android
54
- os: osx
55
language: node_js
56
node_js: "10"
57
jdk: oraclejdk8
58
osx_image: xcode10.2
59
- script: cd src && npm run test.ios
+ script: cd src && npm run demo.ios
60
61
android:
62
components:
0 commit comments