Skip to content

Commit 6d146c6

Browse files
author
Dimitar Todorov
committed
Remove old builds
1 parent 86ec303 commit 6d146c6

File tree

1 file changed

+1
-74
lines changed

1 file changed

+1
-74
lines changed

.travis.yml

Lines changed: 1 addition & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ matrix:
5555
before_script: pod repo update
5656
script:
5757
- cd src && npm run build
58-
- cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --copy-to "./outputs/demo-angular.app"
58+
- cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --env.aot --copy-to "./outputs/demo-angular.app"
5959
- cd $IOS_PACKAGE_FOLDER_NG && zip -r $IOS_PACKAGE_NG demo-angular.app
6060
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $IOS_SAUCE_STORAGE/$IOS_PACKAGE_NG?overwrite=true --data-binary @$IOS_PACKAGE_FOLDER_NG/$IOS_PACKAGE_NG"
6161
- os: osx
@@ -72,19 +72,6 @@ matrix:
7272
- cd ../demo-vue && npm i && tns build ios --bundle --env.uglify --copy-to "./outputs/demovue.app"
7373
- cd $IOS_PACKAGE_FOLDER_VUE && zip -r $IOS_PACKAGE_VUE demovue.app
7474
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $IOS_SAUCE_STORAGE/$IOS_PACKAGE_VUE?overwrite=true --data-binary @$IOS_PACKAGE_FOLDER_VUE/$IOS_PACKAGE_VUE"
75-
- os: osx
76-
env:
77-
- WebpackiOS="12.0"
78-
- Type="Angular"
79-
osx_image: xcode10.2
80-
language: node_js
81-
node_js: "10"
82-
jdk: oraclejdk8
83-
before_script: pod repo update
84-
script:
85-
- cd src && npm run build && npm pack
86-
- cd ../demo-angular && tns plugin add ../src/*.tgz
87-
- npm i && tns build ios --bundle --env.uglify --env.aot
8875
- language: android
8976
os: linux
9077
dist: trusty
@@ -121,66 +108,6 @@ matrix:
121108
- cd src && npm run build
122109
- cd ../demo-vue && npm i && tns build android --bundle --env.uglify --copy-to "./outputs/app-debug.apk"
123110
- "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"
124-
- language: android
125-
os: linux
126-
dist: trusty
127-
env:
128-
- WebpackAndroid="28"
129-
- Type="Angular"
130-
jdk: oraclejdk8
131-
before_install: nvm install 10
132-
script:
133-
- cd src && npm run build
134-
- cd ../publish && sh pack.sh
135-
- cd ../demo-angular && tns plugin add ../publish/package/*.tgz
136-
- npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
137-
- language: android
138-
os: linux
139-
dist: trusty
140-
env:
141-
- BuildAndroid="28"
142-
- Type="VanillaJS"
143-
144-
jdk: oraclejdk8
145-
before_install: nvm install 10
146-
script:
147-
- cd demo && npm run ci.android.build
148-
- language: android
149-
os: linux
150-
dist: trusty
151-
env:
152-
- BuildAndroid="28"
153-
- Type="Angular"
154-
155-
jdk: oraclejdk8
156-
before_install: nvm install 10
157-
script:
158-
- cd demo-angular && npm run ci.android.build
159-
- os: osx
160-
env:
161-
- BuildiOS="12.0"
162-
- Xcode="10.0"
163-
- Type="VanillaJS"
164-
osx_image: xcode10.2
165-
language: node_js
166-
node_js: "10"
167-
jdk: oraclejdk8
168-
before_script: pod repo update
169-
script:
170-
- cd src && npm run build
171-
- cd ../demo && tns build ios --bundle --env.uglify
172-
- os: osx
173-
env:
174-
- BuildiOS="12.0"
175-
- Xcode="10.0"
176-
- Type="Angular"
177-
osx_image: xcode10.2
178-
language: node_js
179-
node_js: "10"
180-
jdk: oraclejdk8
181-
before_script: pod repo update
182-
script:
183-
- cd demo-angular && npm run ci.ios.build
184111
- stage: "UI Tests"
185112
env:
186113
- Android="24"

0 commit comments

Comments
 (0)