Skip to content

Commit

Permalink
Fix #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello authored and sibiraj-s committed Sep 20, 2018
1 parent 1fb32a6 commit 230c99e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/is-ci/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = !!(
process.env.CI ||
process.env.CONTINUOUS_INTEGRATION ||
process.env.JENKINS_URL ||
process.env.bamboo_planKey
process.env.bamboo_planKey ||
process.env.TF_BUILD
)

0 comments on commit 230c99e

Please sign in to comment.