Skip to content

Commit

Permalink
Correct CI services naming in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jan 5, 2021
1 parent 6dd6029 commit b14afff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Safety works great in your CI pipeline. It returns a non-zero exit status if it

Run it before or after your tests. If Safety finds something, your tests will fail.

**Travis**
**Travis CI**
```yaml
install:
- pip install safety
Expand All @@ -153,7 +153,7 @@ script:
- safety check
```

**Gitlab CI**
**GitLab CI**
```yaml
safety:
script:
Expand Down

0 comments on commit b14afff

Please sign in to comment.