package.bin.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of is-ci Show documentation
Show all versions of is-ci Show documentation
Detect if the current environment is a CI server
The newest version!
#!/usr/bin/env node
'use strict'
process.exit(require('./') ? 0 : 1)