Skip to content

Commit 9a939f1

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
fix: add language android and osx to builds
1 parent 27ef702 commit 9a939f1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ matrix:
6969
- cd src && npm run build
7070
- cd ../demo && npm i && tns build android --bundle --env.uglify
7171
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_JS?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_JS/app-debug.apk"
72-
- os: linux
72+
- language: android
73+
os: linux
7374
env:
7475
- WebpackAndroid="28"
7576
- Type="VueJS"
@@ -79,7 +80,8 @@ matrix:
7980
- cd src && npm run build
8081
- cd ../demo-vue && npm i && tns build android --bundle --env.uglify --env.snapshot
8182
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_VUE?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_VUE/app-debug.apk"
82-
- os: linux
83+
- language: android
84+
os: linux
8385
env:
8486
- WebpackAndroid="28"
8587
- Type="Angular"
@@ -97,7 +99,8 @@ matrix:
9799
before_install: nvm install 8.11.4
98100
script:
99101
- cd demo && npm run ci.android.build
100-
- env:
102+
- language: android
103+
env:
101104
- BuildAndroid="28"
102105
- Type="Angular"
103106
os: linux
@@ -119,7 +122,8 @@ matrix:
119122
- cd demo && npm run ci.ios.build
120123
- cd $IOS_PACKAGE_FOLDER_JS && zip -r $IOS_PACKAGE_JS demo.app
121124
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $IOS_SAUCE_STORAGE/$IOS_PACKAGE_JS?overwrite=true --data-binary @$IOS_PACKAGE_FOLDER_JS/$IOS_PACKAGE_JS"
122-
- env:
125+
- os: osx
126+
env:
123127
- BuildiOS="12.0"
124128
- Xcode="10.0"
125129
- Type="Angular"

0 commit comments

Comments
 (0)