Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
update the auto push key
Browse files Browse the repository at this point in the history
  • Loading branch information
neraliu committed Jun 9, 2015
1 parent df13291 commit 8f8e6e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ notifications:
on_success: change
on_failure: always
after_success:
- test $(cat $TRAVIS_BUILD_DIR/package.json | grep version | awk '{print $2}' | sed 's/"//g' | sed 's/,//g' | awk '{print "v"$1}' ) = $TRAVIS_TAG && export VALID_VERSION=true
- test $(cat $TRAVIS_BUILD_DIR/package.json | grep version | awk '{print $2}' | sed
's/"//g' | sed 's/,//g' | awk '{print "v"$1}' ) = $TRAVIS_TAG && export VALID_VERSION=true
deploy:
provider: npm
email: [email protected]
api_key:
secure: cjZf1UTQWlN9gTcGr3duiYETnJP/rzb1cTLXSUjj2bsHXkaQLtCUajVpvl1/Gb9Hf3o4zsD1bs1SfZEKRnlL19UYCxkcxYj6eNsLoG35wzLenrSlddz7RpOPApD17tbzbkgnELilF4UYeuKAYrecG5OMfzUYE7dNerUkUHsejPo=
secure: LlhF8dO3Plt023CjeQRumw9ZgBNsE2KWanHrRY/SnMoFxWgcVYEbzX3Ze5CtoRvtm8CH+3z71L11BaL52GN0qm+0zX93h4JXTYETloEzX2pdJpiBXATzEKcscLC5bfsarh2I/UlkSPQP2b+mkAi3RJu/rjF4CBjbpwka90aF1k0=
on:
condition: $VALID_VERSION = true
tags: true
Expand Down

0 comments on commit 8f8e6e3

Please sign in to comment.