Comparing version 1.3.1 to 1.4.0
11
index.js
@@ -12,2 +12,3 @@ 'use strict' | ||
['CIRCLE', 'CircleCI', 'CIRCLECI'], | ||
['CIRRUS', 'Cirrus CI', 'CIRRUS_CI'], | ||
['CODEBUILD', 'AWS CodeBuild', 'CODEBUILD_BUILD_ARN'], | ||
@@ -22,2 +23,3 @@ ['CODESHIP', 'Codeship', {CI_NAME: 'codeship'}], | ||
['SEMAPHORE', 'Semaphore', 'SEMAPHORE'], | ||
['SHIPPABLE', 'Shippable', 'SHIPPABLE'], | ||
['SOLANO', 'Solano CI', 'TDDIUM'], | ||
@@ -32,2 +34,7 @@ ['STRIDER', 'Strider CD', 'STRIDER'], | ||
// Used for testinging only | ||
Object.defineProperty(exports, '_vendors', { | ||
value: vendors.map(function (v) { return v[0] }) | ||
}) | ||
exports.name = null | ||
@@ -49,4 +56,4 @@ | ||
exports.isCI = !!( | ||
env.CI || // Travis CI, CircleCI, Gitlab CI, Appveyor, CodeShip | ||
env.CONTINUOUS_INTEGRATION || // Travis CI | ||
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip | ||
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI | ||
env.BUILD_NUMBER || // Jenkins, TeamCity | ||
@@ -53,0 +60,0 @@ exports.name || |
{ | ||
"name": "ci-info", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Get details about the current Continuous Integration environment", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.777514, | ||
12.592202 | ||
55.0113914, | ||
14.9747494 | ||
] | ||
} |
@@ -15,3 +15,3 @@ # ci-info | ||
``` | ||
```bash | ||
npm install ci-info --save | ||
@@ -42,2 +42,3 @@ ``` | ||
- [CircleCI](http://circleci.com) | ||
- [Cirrus CI](https://cirrus-ci.org) | ||
- [Codeship](https://codeship.com) | ||
@@ -51,2 +52,3 @@ - [Drone](https://drone.io) | ||
- [Semaphore](https://semaphoreci.com) | ||
- [Shippable](https://www.shippable.com/) | ||
- [Solano CI](https://www.solanolabs.com/) | ||
@@ -91,2 +93,3 @@ - [Strider CD](https://strider-cd.github.io/) | ||
- `ci.CIRCLE` | ||
- `ci.CIRRUS` | ||
- `ci.CODEBUILD` | ||
@@ -100,4 +103,5 @@ - `ci.CODESHIP` | ||
- `ci.MAGNUM` | ||
- `ci.SEMAPHORE` | ||
- `ci.SHIPPABLE` | ||
- `ci.SOLANO` | ||
- `ci.SEMAPHORE` | ||
- `ci.STRIDER` | ||
@@ -104,0 +108,0 @@ - `ci.TASKCLUSTER` |
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
8012
5
52
116