mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
travis: Remove references in documentation, allow to fail
The Travis tests don't work due to a Travis networking issue reaching some external hosts. Until it is fixed, remove references from the documentation, since its output is misleading. We also allow it to fail, which makes the GitHub UI not show commits as having failed tests because of Travis. Since the previous commit, GitLab CI does almost all the same tests, so there should be no significant loss of coverage anyway.
This commit is contained in:
@@ -84,12 +84,16 @@ constrained or non supported environments.
|
||||
There are two sets of automated tests which are run on every commit to
|
||||
upstream, and weekly:
|
||||
|
||||
* [Travis CI](https://travis-ci.org/albertito/chasquid), configured in the
|
||||
`.travis.yml` file, runs the Go tests.
|
||||
* [Gitlab CI](https://gitlab.com/albertito/chasquid/commits/master),
|
||||
configured in the `.gitlab-ci.yml` file, runs integration tests. The tests
|
||||
are run twice: once against the dependencies listed in `go.mod`, and once
|
||||
against the latest version of the dependencies.
|
||||
* [GitLab CI](https://gitlab.com/albertito/chasquid/commits/master),
|
||||
configured in the `.gitlab-ci.yml` file, runs the Go tests and the
|
||||
integration tests (using [docker](#docker)).
|
||||
The integration tests are run twice: once against the dependencies listed in
|
||||
`go.mod`, and once against the latest version of the dependencies.
|
||||
It also builds the [public Docker images](docker.md).
|
||||
|
||||
* [Cirrus CI](https://gitlab.com/albertito/chasquid/pipelines),
|
||||
configured in the `.cirrus.yml` file, runs Go tests on FreeBSD, and a
|
||||
comprehensive linter.
|
||||
|
||||
|
||||
## Coverage
|
||||
|
||||
Reference in New Issue
Block a user