Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/ci-success

Tired of getting errors in ci? ci-success is here
https://github.com/abranhe/ci-success

appveyor ci ci-success circle-ci codefresh codeship gitlab-ci semaphore-ci travis-ci

Last synced: 8 days ago
JSON representation

Tired of getting errors in ci? ci-success is here

Awesome Lists containing this project

README

        

# [

CI-SUCCESS

](https://www.npmjs.com/package/ci-success)

Tired of getting errors in ci? ci-success is here








| CI | Build|
| - | - |
| App Veyor|[![Build status](https://ci.appveyor.com/api/projects/status/8pn3j4l89ygnoge5?svg=true)](https://ci.appveyor.com/project/abranhe/ci-success) |
| Travis |[![img](https://img.shields.io/travis/abranhe/ci-success.svg?logo=travis)](https://travis-ci.org/abranhe/ci-success)|
|Circle**ci**|[![CircleCI](https://circleci.com/gh/abranhe/ci-success/tree/master.svg?style=svg&circle-token=d86574f2af9f565e003d5d2bf0b7891f7ed44f62)](https://circleci.com/gh/abranhe/ci-success/tree/master)|
| Codeship|[ ![Codeship Status for abranhe/ci-success](https://app.codeship.com/projects/c4b98950-865f-0136-56e6-0298f1e5ac4e/status?branch=master)](https://app.codeship.com/projects/302460)|
| Gitlab | [![pipeline status](https://gitlab.com/abranhe/ci-success/badges/master/pipeline.svg)](https://gitlab.com/abranhe/ci-success/commits/master)|
|Semaphoreci|[![Build Status](https://semaphoreci.com/api/v1/abranhe/ci-success/branches/master/badge.svg)](https://semaphoreci.com/abranhe/ci-success)|
| Codefresh|[![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/abranhe/abranhe%2Fci-success%2Fci-success?branch=master&key=eyJhbGciOiJIUzI1NiJ9.NWI3YTViYzM4OTRhOTMwMDAxNDZhMTU2.iNu0bZto-xpH8TkxFJa04QWCJ0ELvvEds-J2vIftR3I&type=cf-1)]( https://g.codefresh.io/repositories/abranhe/ci-success/builds?filter=trigger:build;branch:master;service:5b7a5ead5904b8bbda71a81c~ci-success)|

## Description

**CI-SUCCESS** was created with the objective of cheat on [Travis CI](https://travis-ci.org) when testing Node.js modules. **CI-SUCCESS** is completely useless and *anti-testing* at all. It won't check or test anything and will always return `0` (at least I hope so 😬 ), and if you are a programmer, developer or something like that: you will know what `0` means.

Sometimes I don't want to create tests for my projects, and get travis running ok, I was exhausted to use `echo PASSING` so I created it.

> βš οΈβ€ƒNOTE: I don't use it a lot, and I recommend to you not to use it. CREATE YOUR TESTS ☝🏻

## Supported CIs

- Travis
- Circle CI
- Jenkins
- App Veyor
- Gitlab

## Install

```
npm install --save ci-success
```

## Config `package.json`

```json
"scripts": {
"test": "ci-success"
}
```

## CLI

```console
Usage
$ ci-success

Options
travis show travis ci logo
app-veyor show app veyor ci logo
circle-ci show circle ci logo
jenkins show jenkins ci logo
gitlab show gitlab ci logo

Flags
--help show this message and close
--success add success to any continuous integration

Example
$ ci-success travis --success

Ndhso+//////+oshdN
Nho/------------------/ohN
h+--------------------------+h
y:---------::::::::::::---------:y
h:-----------syyyyyyyyyys-----------:h
o-------------syy/oyyo/yys-------------o
N+----:::-----------+yy+-----------::::---+
o////////-----------+yy+-----------////////o
h///:::///-----------+yy+-----------///:::///h
Nhs+:------///----------syyyys----------///------:+shN
s-----------///::::::::::oooooo::::::::::///-----------s
+-----------////////////////////////////////-----------+
o-----------:::::----------------------:::::-----------s
y------------::///+++ooooooooooo++++++///::------------h
N-----:/+oosyyyyyyyyysssssoooosyyyyyyyyyyyysso+//:-----N
+-/osyyyysso+osso+//:::::::/oyyyyysso+//++oosssssso:-+
Nsyyyys+/::/+///sys/::://osssoo+//::oyy+::::://osso:yN
Nhyysyso::::::::yd:hs::+ssssssss+:::/d+od/::::::oss:--m
Nyy+--oss/::::::/ddddy:+sso::::oss+::/dddds/::::/sso---d
NydN---/sso::::::+++//:+sso......oss+:://////::::oss/---N
NdN s---ssso+/:://++oossso........osssoo++//::/+osss---s
N o---/osssssssssso+/:..........:/+osssssssssso/---o
Ndy:../oo+/:-....:+s:......:s+:....-:/+oo/..:ydN
dhh-........./oyyyyys+//+syyyyyo:.........-hhd
myyyoooooosyyyyyyyyyyyyyyyyyyyyyysooooooyyym
NyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyN
NhyyyyyyyyyyyyyyyysoosyyyyyyyyyyyyyyyyhN
Nmysyyyyyyyso+::::::+osyyyyyyysymN
d+:/++/-....----....-/++/:+d
Nh+-................-+hN
Nhso/::::::/oshN

$$$$$$\
$$ __$$\
$$ / \__|$$\ $$\ $$$$$$$\ $$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$\
\$$$$$$\ $$ | $$ |$$ _____|$$ _____|$$ __$$\ $$ _____|$$ _____|
\____$$\ $$ | $$ |$$ / $$ / $$$$$$$$ |\$$$$$$\ \$$$$$$\
$$\ $$ |$$ | $$ |$$ | $$ | $$ ____| \____$$\ \____$$\
\$$$$$$ |\$$$$$$ |\$$$$$$$\ \$$$$$$$\ \$$$$$$$\ $$$$$$$ |$$$$$$$ |
\______/ \______/ \_______| \_______| \_______|\_______/ \_______/

```

## License

MIT License Β© [Abraham Hernandez](https://github.com/abranhe)