Skip to content

Commit

Permalink
Remove RUN_ID from blessed list
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Sep 8, 2018
1 parent 28c22e9 commit 559fffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ exports.isCI = !!(
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
env.BUILD_NUMBER || // Jenkins, TeamCity
env.RUN_ID || // TaskCluster, dsari
exports.name ||
false
)

0 comments on commit 559fffd

Please sign in to comment.