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

Commit

Permalink
Travis: remove automatic NPM publishing since it doesn't work wi… (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jul 4, 2019
1 parent 162d9a3 commit cdee3d7
Showing 1 changed file with 0 additions and 10 deletions.
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: "lee@leebyron.com"
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"

0 comments on commit cdee3d7

Please sign in to comment.