Skip to content

Commit

Permalink
chore(travis): log all travis env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 13, 2016
1 parent d5859f3 commit ac54dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis-comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function getParams () {
async function main () {
if (!process.env.TRAVIS_PULL_REQUEST) return
const p = getParams()
console.log(process.env)
const uri = `https://api.github.com/repos/${p.owner}/${p.repo}/issues/${p.number}/comments`
return rp({
uri,
Expand Down

0 comments on commit ac54dfa

Please sign in to comment.