Skip to content

Commit

Permalink
Remove travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 12, 2015
1 parent a9b6b4f commit eee31b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ node_js:
- iojs
sudo: false
after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls
deploy:
provider: npm
email: tituswormer@gmail.com
api_key:
secure: dRVVua0VA9mgkoCzBI4SBtCMonxxPC/E1ykaEYp7wnadatzloYeH1YFumS3EsH2KeYQNYpUSlBzgpa/4pk7JznQKgS5dX9ZhtVorG6WFWIoJMSiMqKzy4jyslfYETZ2HLBVAkT2LbG1WnkUFzZJavAQEDrojPDL91/9xrpuZqst56dxwEIq/jRiLxEXrWYUr3sykJRfoTx6lZ2IRE3KRrvn3ecpluxj9txwYrh+zzCIKDictEOYkLlRU6YSwbwFpyX3QUTJvKtVoemRfVRXNNCYvKYd44zWAV2Q+oNj1OvgMXZAwN1zdLTdpiT8MqA8OETndwlFXDVk1toPFaB4Qe0uUZcRQ7je8QdGT4FCT5xFUUZz0rkecfJH2MlYuyR1urZKSYIZYuGUlL6u3HTctW0U/GPIrxaedI/RHx3ycsJMrdT1K3XEtmr0o2QAauQnkCBxJIJI++btANCWwv1U+pZuS2k+dp/4rGoOTnLyPPvtPT/6vPSmEm9exyZxQ6hVt1FE721oq2ViDZLw0rXG/aGI78K7ERn9Qiygqifl03ew/mHWIe0vtQFpO06anL89MtcwJU4DKOryPgYUHc9vjieKY0lgcgvkz8g8iFdy3xib+eNpOrvuBGXPjI30QRunV28JVygUSKO1wtz0ah4DuZNmB8EBfcHxLcnJ0LWDB3Iw=
on:
repo: wooorm/normalize-uri
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"build-md": "mdast . LICENSE --output --quiet",
"build-bundle": "browserify index.js --bare -s normalizeURI > normalize-uri.js",
"postbuild-bundle": "esmangle normalize-uri.js > normalize-uri.min.js",
"build": "npm run build-md && npm run build-bundle",
"prepublish": "npm run build"
"build": "npm run build-md && npm run build-bundle"
}
}

0 comments on commit eee31b7

Please sign in to comment.