Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Travis: remove automatic NPM publishing since it doesn't work with 2FA #532

Merged
merged 1 commit into from
Jul 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,3 @@ after_success:
- (cd resources; python travis_after_all.py)
- export $(cat resources/.to_export_back)
- if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi

deploy:
provider: npm
email: "[email protected]"
api_key:
secure: s+jc2FTPP3bRDZ9ihtf1FouVgfGccOxeuiGZZUnz8OCaI3rAKM6+Vngz73PCp9/iiVbc9OJFok6FngHQbDqTuCvrpuZsqpKzXC4EkVsYonc956IMLMUqsqi0CngQLPgRDdma91SRl+oLgBzQ/cZVB1J96tOs+1vQd7wq6XMJ8VygN3Bd9/G96bNnHna4oGt8P3iLlUwSRBuJJZ2gh266uML00I7GBUqUF/UDOjEXXsNOJujswHzQat4mL2PcHAhAb0C04OcNChQQqKCkpHDSlQt9NhgFBS3pS1ALii+KeMe5ap2eeL85RjNoTqEDFQybd+B54WcCELEwhN7gbakc7coGf6XqI0Nf/GDr4pHChOGzPI/1J5IgPrhl1LR7oR0aYiirtm6xXpiE+IYzctnCSfVlo1a93/rsDM5DBU2GDH9CSaQor7atvg2hse/rlFepDOty5EZ12IPJrG7Jp9Dbw18bTfh/OvQSkZoRd5MOdMiOpvQohQEIyWjUVEBDO24xmo/HzSCt2sMLcJlcmLXDp/X4/ipLHVO1qEZc4SlQI0CP3knKLWnQDhpx4qdDu/7nHnkBhFbAF6z+h22N5NCyecm23DHg3eOZkFg/pJ2ECeD5nJ8Gtkuq8v3iOW33YLzXBsOhpm5a8WnEw6Rs2pCe/yNsF59iKz+V2+B2ZNdCYdw=
on:
tags: true
branch: master
condition: "$BUILD_LEADER$BUILD_AGGREGATE_STATUS = YESothers_succeeded"