Move away from Travis CI to GitHub Actions

This commit is contained in:
Chompstation Bot
2020-11-24 19:00:16 +00:00
parent d9a05b87cc
commit db1c95c6a7
28 changed files with 94 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
/*
*
* This file is used by Travis to indicate that Unit Tests are to be ran.
* Do not add anything but the UNIT_TEST definition here as it will be overwritten by Travis when running tests.
* This file is used by CI to indicate that Unit Tests are to be ran.
* Do not add anything but the UNIT_TEST definition here as it will be overwritten by CI when running tests.
*
*
* Should you wish to edit set UNIT_TEST to 1 like so: