Comparing version 1.0.7 to 1.0.8
@@ -5,3 +5,3 @@ 'use strict' | ||
// Generic environment variables | ||
process.env.CI || // Travis CI, CircleCI, ... | ||
process.env.CI || // Travis CI, CircleCI, GitlabCI, Appveyor, CodeShip, ... | ||
process.env.CONTINUOUS_INTEGRATION || // Travis CI, ... | ||
@@ -18,3 +18,4 @@ process.env.BUILD_NUMBER || // Jenkins, TeamCity, ... | ||
(process.env.TASK_ID && process.env.RUN_ID) || // TaskCluster | ||
process.env.GO_PIPELINE_LABEL || // GoCD | ||
false | ||
) |
{ | ||
"name": "is-ci", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Detect if your code is running on a CI server", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.6665983, | ||
12.5798458 | ||
55.6665609, | ||
12.5800815 | ||
] | ||
} |
@@ -28,4 +28,28 @@ # is-ci | ||
## Supported CI tools | ||
Officially supported CI servers: | ||
- [Travis CI](http://travis-ci.org) | ||
- [CircleCI](http://circleci.com) | ||
- [Jenkins CI](https://jenkins-ci.org) | ||
- [Hudson](http://hudson-ci.org) | ||
- [Bamboo](https://www.atlassian.com/software/bamboo) | ||
- [TeamCity](https://www.jetbrains.com/teamcity/) | ||
- [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx) | ||
- [Visual Studio Online CI](https://www.visualstudio.com/en-us/products/what-is-visual-studio-online-vs.aspx) | ||
- [GitLab CI](https://about.gitlab.com/gitlab-ci/) | ||
- [Codeship](https://codeship.com) | ||
- [Drone.io](https://drone.io) | ||
- [Magnum CI](https://magnum-ci.com) | ||
- [Semaphore CI](https://semaphoreci.com) | ||
- [AppVeyor](http://www.appveyor.com) | ||
- [Buildkite](https://buildkite.com) | ||
- [TaskCluster](http://docs.taskcluster.net) | ||
- [GoCD](https://www.go.cd/) | ||
Other CI tools using environment variables like `BUILD_ID` or `CI` would be detected as well. | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4679
28
55