Skip to content

Commit f9e8f7a

Browse files
committed
update doc
1 parent 83036e2 commit f9e8f7a

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
@@ -17,7 +17,7 @@ Features:
1717
* [Gradle](http://www.gradle.org/) build (with support of optional and provided dependencies)
1818
* [Maven central](http://search.maven.org/) compatible artifacts (jar, sources, javadocs)
1919
* Ready for [spock](http://spockframework.org) tests ([documentation](http://docs.spockframework.org))
20-
* CI: [travis](https://travis-ci.com/) (linux), [appveyor](https://www.appveyor.com/) (windows)
20+
* CI: github actions (linux), [appveyor](https://www.appveyor.com/) (windows)
2121
* Coverage with jacoco, merged from both win and linux builds in [codecov.io](https://codecov.io/)
2222
* Target jdk compatibility check with [animal sniffer](http://mojo.codehaus.org/animal-sniffer/) (you may use newer jdk to build, and keep compatibility with older jdk)
2323
* Code quality checks ([checkstyle](http://checkstyle.sourceforge.net/), [pmd](http://pmd.sourceforge.net/), [findbugs](http://findbugs.sourceforge.net/))
@@ -180,9 +180,7 @@ Create [github](https://github.com) repo matching your library name and push pro
180180

181181
In github project settings go to `Webhooks & services` and add `travis-ci` service.
182182

183-
Enable repository on services:
184-
* [travis](https://travis-ci.com/)
185-
* [appveyor](https://www.appveyor.com/)
183+
Enable repository on [appveyor](https://www.appveyor.com/)
186184

187185
And after next commit windows and linux builds will be performed automatically and combined coverage report
188186
will be available on [codecov](https://codecov.io/) (badges for all services are already generated in readme).

0 commit comments

Comments
 (0)