Skip to content

Commit a0adccc

Browse files
Remove references to travis
1 parent 30c85d5 commit a0adccc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# factory_bot_rails [![Build Status][ci-image]][ci] [![Code Climate][grade-image]][grade] [![Gem Version][version-image]][version]
1+
# factory_bot_rails [![Code Climate][grade-image]][grade] [![Gem Version][version-image]][version]
22

33
[factory_bot][fb] is a fixtures replacement with a straightforward definition
44
syntax, support for multiple build strategies (saved instances, unsaved
@@ -15,7 +15,7 @@ Check out the [guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stabl
1515
factory\_bot\_rails provides Rails integration for [factory_bot][fb].
1616

1717
Supported Rails versions are listed in [`Appraisals`](Appraisals). Supported
18-
Ruby versions are listed in [`.travis.yml`](.travis.yml).
18+
Ruby versions are listed in [`.github/workflows/build.yml`](.github/workflows/build.yml).
1919

2020
## Download
2121

@@ -171,8 +171,6 @@ See [our other projects][community].
171171
We are [available for hire][hire].
172172

173173
[fb]: https://github.com/thoughtbot/factory_bot
174-
[ci]: http://travis-ci.org/thoughtbot/factory_bot_rails?branch=master
175-
[ci-image]: https://secure.travis-ci.org/thoughtbot/factory_bot_rails.svg
176174
[grade]: https://codeclimate.com/github/thoughtbot/factory_bot_rails
177175
[grade-image]: https://codeclimate.com/github/thoughtbot/factory_bot_rails.svg
178176
[community]: https://thoughtbot.com/community?utm_source=github

0 commit comments

Comments
 (0)