Skip to content

Commit de36eaa

Browse files
authored
Merge pull request #4270 from NativeScript/kddimitrov/fix-travis-npm-publish
fix: travis fails to publish to npm as s3 upload fails
2 parents fad0a6b + bb92166 commit de36eaa

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.travis.yml

-14
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,9 @@ before_script:
2828
script:
2929
- node_modules/.bin/grunt lint
3030
- node_modules/.bin/grunt pack --no-color
31-
after_success:
32-
- rm -rf s3-publish
33-
- mkdir s3-publish
34-
- cp nativescript*.tgz s3-publish/nativescript.tgz
3531
before_deploy:
3632
- node .travis/add-publishConfig.js $TRAVIS_BRANCH
3733
deploy:
38-
- provider: s3
39-
access_key_id: AKIAJL6X6724CSX64X3Q
40-
secret_access_key:
41-
secure: a0T/2S+/rkRJqEotWPAr1VELA3k5TGyRw6VmXgBQnkirc6H0Pfu0P2DY8iriO7pnTPDCPAskdBCuk6t+RYw/OCrGDzFPApnAQ7t3tksKPr2bGYqh2HVqbFKZyEbNjzwsgxn7cmLPo936ZTHP2muQItEI3o9Zh9EZ5XHtv0Maw0k=
42-
bucket: nativescript-ci
43-
skip_cleanup: true
44-
local-dir: s3-publish
45-
upload-dir: build_result
46-
on:
47-
branch: master
4834
- provider: npm
4935
skip_cleanup: true
5036

lib/common/.travis.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)