Skip to content

Commit

Permalink
Switched to travis-ci.com for CI builds - docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Jan 13, 2021
1 parent e978d23 commit f4d5ff6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To work on something, whether a new feature or a bug fix:
corresponding changes (or additions) to the documentation and tests. This will ensure that if
the merged PR is reversed, all traces of the change will be reversed as well.

7. When you're done, make sure your [Travis](https://travis-ci.org/)
7. When you're done, make sure your [Travis](https://travis-ci.com/)
Continuous Integration (CI) build is green and create a
[Pull Request (PR)](https://help.github.com/articles/using-pull-requests/) to submit your changes.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For help and general questions about BX-bot, check out the [Gitter](https://gitt
## Testing
The bot has undergone basic unit testing on a _best-effort_ basis.

There is a continuous integration build running on [Travis CI](https://travis-ci.org/gazbert/bxbot).
There is a continuous integration build running on [Travis CI](https://travis-ci.com/gazbert/bxbot).

The latest stable build can always be found on the [Releases](https://github.com/gazbert/bxbot/releases) page.
The SNAPSHOT builds on master are active development builds, but the tests should always pass and the bot should always
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</issueManagement>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/gazbert/bxbot</url>
<url>https://travis-ci.com/gazbert/bxbot</url>
</ciManagement>
<developers>
<developer>
Expand Down

0 comments on commit f4d5ff6

Please sign in to comment.