Remove CI functions for make test-all. I want to simplify the .travis.yml for us to maintain it easily. When we need to skip a test, we can fix the test file directly. I removed the tool/ci_functions.sh too. I confirmed the file is not used in any other files.
.travis.yml: Remove a notification for IRC channel. GitHub Actions don't use this notification. The setting is outdated.
Fix to skip the commit including the document keyword. There were 2 if syntax lines in the file.
.travis.yml: Simplify Travis CI.
I want to simplify the
.travis.ymlfor us to maintain it easily. When weneed to skip a test, we can fix the test file directly.
I removed the
tool/ci_functions.shtoo. I confirmed the file is not used inany other files.
GitHub Actions don't use this notification. The setting is outdated.
There were 2
ifsyntax lines in the file.