Crates.io | rci |
lib.rs | rci |
version | 0.1.1 |
source | src |
created_at | 2016-02-27 15:14:22.317451 |
updated_at | 2016-02-27 15:14:22.317451 |
description | Check if your tests are running in a continuous integration service |
homepage | |
repository | https://github.com/klingtnet/rci |
max_upload_size | |
id | 4308 |
size | 9,698 |
rci
is wrapper for environment variables of some common continiuous integration services.
At the moment travis and circle-ci is supported.
A possible use case for this library is to check if your tests are running in an contniuous
service.
Don't use this to skip all of your tests and pretend everything works fine!
If you are testing for example audio or graphics output
that is not available in certain CI environments
then you can use this library to skip those tests.
Add it to your dependencies section in your projects Cargo.toml
:
[dependencies]
rci = 0.1.*