summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md11
-rw-r--r--README.md2
-rw-r--r--test/CMakeLists.txt2
3 files changed, 7 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7577473..4765c486 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@ Tips for contributors
---------------------
* Please **make pull requests against `master`**.
-* If you're making **changes to files for which the Travis build is not
+* If you're making **changes to files for which the CI build is not
relevant**, please **add `[ci skip]` to the end of the commit message**.
* Report bugs using [GitHub Issues].
@@ -47,9 +47,9 @@ signing the license file.
**[Texinfo]**: Gnu documentation
typesetter that produces *html* and *pdf* files from the `doc/\*.texi` files.
-**[Travis CI]**: a hosted continuous integration
+**[GitHub Actions]**: a hosted continuous integration
service that builds and runs tests each commit posted to GitHub. Each
- build creates a [log], updates a [small badge] at
+ build creates a log, updates a [small badge] at
the top left of the main project's
[README.md], and
emails the author of the commit if any tests fail.
@@ -123,11 +123,10 @@ cores:
[Markdown]: https://daringfireball.net/projects/markdown/
[SHA1]: http://en.wikipedia.org/wiki/SHA-1
[Texinfo]: http://www.gnu.org/software/texinfo/
-[Travis CI]: https://travis-ci.org
+[GitHub Actions]: https://github.com/features/actions
[GCC]: http://gcc.gnu.org
[utfcpp]: http://utfcpp.sourceforge.net
-[log]: https://travis-ci.org/ledger/ledger
-[small badge]: https://img.shields.io/travis/ledger/ledger/master.svg?&style=flat
+[small badge]: https://github.com/ledger/ledger/actions/workflows/cmake.yml/badge.svg
[git-flow]: http://nvie.com/posts/a-successful-git-branching-model/
[README.md]: https://github.com/ledger/ledger/blob/master/README.md
[clang]: http://clang.llvm.org
diff --git a/README.md b/README.md
index fc38a642..2d571a0c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[![Join the chat at https://gitter.im/use-package/Lobby](https://badges.gitter.im/use-package/Lobby.svg)](https://gitter.im/use-package/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Build Status master](https://img.shields.io/travis/ledger/ledger/master.svg?label=master&style=flat)](https://travis-ci.org/ledger/ledger)
+![Build Status master](https://github.com/ledger/ledger/actions/workflows/cmake.yml/badge.svg)
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/ledger/ledger/pulse/monthly)
[![License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat)](http://opensource.org/licenses/BSD-3-Clause)
[![GitHub release](https://img.shields.io/github/release/ledger/ledger.svg?style=flat)](https://github.com/ledger/ledger/releases)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 24be0cdf..301959db 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -57,7 +57,7 @@ if (Python_EXECUTABLE)
endforeach()
# CheckManpage and CheckTexinfo are disabled, since they do not work
- # reliably yet, instead they are being run as a Travis CI report.
+ # reliably yet
list(APPEND CheckOptions CheckBaselineTests) #CheckManpage CheckTexinfo
foreach(_class ${CheckOptions})
add_test(NAME ${_class}