Skip to content

Commit

Permalink
Fixes deployment possibly
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Aug 2, 2015
1 parent feb0252 commit 4e19202
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ node_js:
- '0.11'
- '0.10'
install:
- npm install
- npm install react
- npm install
- npm install react
script:
- npm run build
- npm run build
deploy:
- provider: releases
api_key:
Expand All @@ -20,7 +20,7 @@ deploy:
- provider: npm
email: james.hrisho@gmail.com
api_key:
secure: NAaETCUEyK/SxJIv8vcX3RjCSoY5FYEcwVHgU/102IqfTiqQZFSjvN24odEdYE4AqaxRhefhywxDuSZ5oF9hlcmRb/cjf0mbPSdxifS1SIYAHO7WTmIYs380weXTItRu8u54nkX35yPSWUdnORnl2rowtpK3MDr/Y9Jsbss80Zo=
secure: J5+W0ILDSk70KElNF7jzAOSQc72G+U/gbYml+ULepm4xMxUHwB1b5R0P0UTVDQ5x1H+tfrXruTSTF81ood4DYmQRicrvjAOxdgDDaLQ118sw6dIA67IpIbjUgu5KJeFvM48jU3HcxH73myZv/EaKSVHAFP5ZQhLOi818zCTyeh0=
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 4e19202

Please sign in to comment.