rci 0.1.1

Check if your tests are running in a continuous integration service
Documentation
1
2
3
4
5
6
7
8
9
10
dependencies:
    post:
        - curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
        - multirust default stable
test:
    override:
        - >
            eval $(ssh-agent) &&
            ssh-add /home/ubuntu/.ssh/id_circleci_github &&
            cargo test