1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Use the correct CI env name

This commit is contained in:
Achilleas Anagnostopoulos 2017-08-08 23:57:54 +01:00
parent 9838f468a7
commit 08c845a9ac

View File

@ -35,7 +35,7 @@ Before submitting a PR make sure:
- that your code passes all lint checks: `make lint`
- you provide the appropriate unit-tests to ensure that the coverage does not
drop below the existing value (currently 100%). Otherwise, when you submit the
PR, the CI builder ([circle-ci](https://circleci.com)) will flag the build as
PR, the CI builder ([travis-ci](https://travis-ci.org)) will flag the build as
broken.
Reaching 100% coverage is quite hard and requires the code to be designed with