Skip to content

Commit 25b6825

Browse files
committed
Revert both providers and remove "matrix"
1 parent 7a2e59f commit 25b6825

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.travis.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ after_success:
2626
before_deploy:
2727
- node .travis/add-publishConfig.js next
2828
deploy:
29-
# matrix:
30-
# - provider: s3
31-
# bucket: nativescript-ci
32-
# access_key_id: AKIAIYSWYOZRFLVKPCTQ
33-
# secret_access_key:
34-
# secure: THGlblH9XdRcTQMc3jm4kpwCB3myl8MGB3v9XjB5ObK4gqxUxuPi6e158LEG9Dgb730MGEYtaAjc9OneH59WAjQOrdcf3GXiGKOiCYzGYZLqVE4pjNDuxHaVGOj7mso4TzMinMCaDSQajTvadCfVmXqgT6p9eSXkiV3V2d2DN6c=
35-
# skip_cleanup: true
36-
# local-dir: s3-publish
37-
# upload-dir: build_result
38-
# on:
39-
# branch: master
29+
- provider: s3
30+
bucket: nativescript-ci
31+
access_key_id: AKIAIYSWYOZRFLVKPCTQ
32+
secret_access_key:
33+
secure: THGlblH9XdRcTQMc3jm4kpwCB3myl8MGB3v9XjB5ObK4gqxUxuPi6e158LEG9Dgb730MGEYtaAjc9OneH59WAjQOrdcf3GXiGKOiCYzGYZLqVE4pjNDuxHaVGOj7mso4TzMinMCaDSQajTvadCfVmXqgT6p9eSXkiV3V2d2DN6c=
34+
skip_cleanup: true
35+
local-dir: s3-publish
36+
upload-dir: build_result
37+
on:
38+
branch: master
4039
- provider: npm
4140
skip_cleanup: true
4241

0 commit comments

Comments
 (0)