Skip to content

Commit 3b4eee3

Browse files
authored
Update 02-Use_the_Tools_Available.md
1 parent 1b9939b commit 3b4eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Continuous Integration (CI) tools automatically build the source code as changes
8888

8989
If you have an open source, publicly-hosted project on GitHub:
9090

91-
* go enable Travis CI and AppVeyor integration right now. We'll wait for you to come back. For a simple example of how to enable it for your C++ CMake-based application, see here: https://github.com/ChaiScript/ChaiScript/blob/master/.travis.yml
91+
* go enable github actions. A template for this can be found in the [C++ Boilerplate Template](https://github.com/cpp-best-practices/cmake_conan_boilerplate_template)
9292
* enable one of the coverage tools listed below (Codecov or Coveralls)
9393
* enable [Coverity Scan](https://scan.coverity.com)
9494

0 commit comments

Comments
 (0)