Skip to content

Commit 89bab9f

Browse files
committed
Change TravisCI links to GitHub Actions
1 parent a3af629 commit 89bab9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

contributing/developer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ When you fix a bug, ask yourself:
7676
## Test Suite
7777

7878
Nothing will get checked into Bugzilla that doesn't pass the test suite.
79-
The test suite is automatically executed on each commit by the [Travis
80-
CI](https://travis-ci.org/bugzilla/bugzilla) system to warn us of bad
81-
code. It is using Bugzilla's [GitHub
82-
mirror](https://github.com/bugzilla/bugzilla). Anything that fails to
79+
The test suite is automatically executed on each commit by
80+
[GitHub Actions](https://github.com/bugzilla/harmony/actions) system to
81+
warn us of bad code. It is using Bugzilla's [GitHub
82+
repository](https://github.com/bugzilla/harmony). Anything that fails to
8383
pass the testing suite will be backed out immediately.
8484

8585
The test suite continues to expand to detect more problems as the

0 commit comments

Comments
 (0)