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 ad3fc64 commit b26ee78Copy full SHA for b26ee78
.travis.yml
@@ -8,7 +8,7 @@ matrix:
8
os: linux
9
node_js: "6"
10
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint && cd ../demo-angular && npm run ci.tslint
11
- - stage: "WebPack"
+ - stage: "Build and WebPack"
12
os: osx
13
env:
14
- Platform="iOS"
@@ -24,8 +24,7 @@ matrix:
24
jdk: oraclejdk8
25
before_install: nvm install 6.10.3
26
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle && cd ../demo-angular && npm i && npm run build-android-bundle
27
- - stage: "Build and Test"
28
- env:
+ - env:
29
- BuildAndroid="26"
30
language: android
31
0 commit comments