You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,9 @@ There are more build options available as well. For more information refer to [C
82
82
83
83
The official Continuous Integration service for the project is hosted on [ci.hibernate.org](http://ci.hibernate.org/view/Validator/).
84
84
85
-
We provide a `.travis.yml` file so that you can enable CI for your GitHub fork by enabling the build in [your Travis CI account](https://travis-ci.org/).
85
+
We also include a [GitHub action build file](.github/workflows/build.yml) that can be used by those interested in
86
+
running builds on their own forks.
87
+
This build runs on Linux and Windows and executes the TCK both in standalone and in container [modes](tck-runner/README.md).
0 commit comments