Skip to content

Commit b26ee78

Browse files
Dimitar TachevDimitar Tachev
authored andcommitted
Remove one of the stages for a faster travis build.
1 parent ad3fc64 commit b26ee78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
os: linux
99
node_js: "6"
1010
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint && cd ../demo-angular && npm run ci.tslint
11-
- stage: "WebPack"
11+
- stage: "Build and WebPack"
1212
os: osx
1313
env:
1414
- Platform="iOS"
@@ -24,8 +24,7 @@ matrix:
2424
jdk: oraclejdk8
2525
before_install: nvm install 6.10.3
2626
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:
27+
- env:
2928
- BuildAndroid="26"
3029
language: android
3130
os: linux

0 commit comments

Comments
 (0)