Skip to content

Commit 5b78b0d

Browse files
authored
[NFC] Update Travis references to GitHub Actions (#2144)
We have been using GitHub Actions on the `main` branch for a while now, but there were still some dangling references to Travis.
1 parent 436c497 commit 5b78b0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ testing. NFC (non-functional change) PRs can be accepted without new tests.
3333

3434
Code changes should follow coding standards, which are inherited from [LLVM
3535
Coding Standards]. Compliance of your code is checked automatically using
36-
Travis CI. See [clang-format] and [clang-tidy] configs for more details about
37-
coding standards.
36+
GitHub Actions. See [clang-format] and [clang-tidy] configs for more details
37+
about coding standards.
3838

3939
## How to add an extension
4040

@@ -65,7 +65,7 @@ In order to get your PR merged, the following conditions must be met:
6565
- If you are a first-time contributor, you have to sign the
6666
[Contributor License Agreement]. Corresponding link and instructions will be
6767
automatically posted into your PR.
68-
- [Travis CI testing] jobs must pass on your PR: this includes functional
68+
- [GitHub CI testing] jobs must pass on your PR: this includes functional
6969
testing and checking for complying with coding standards.
7070
- You need to get approval from at least one contributor with merge rights.
7171

@@ -108,4 +108,4 @@ it can be merged:
108108
[SPIR-V Headers repository]: https://github.com/KhronosGroup/SPIRV-Headers
109109
[internal SPIR-V header file]: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/lib/SPIRV/libSPIRV/spirv_internal.hpp
110110
[Contributor License Agreement]: https://cla-assistant.io/KhronosGroup/SPIRV-LLVM-Translator
111-
[Travis CI testing]: https://travis-ci.org/KhronosGroup/SPIRV-LLVM-Translator
111+
[GitHub CI testing]: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions

test/DebugInfo/lit.local.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config.substitutions.append(('%triple', config.target_triple))
22

3-
# Building dependencies for debug info tests takes too long,
4-
# so travis ci terminates the build after time out.
3+
# Building all dependencies for debug info tests takes too long,
4+
# so CI terminates the build after time out.
55
if config.spirv_skip_debug_info_tests:
66
config.unsupported = True

0 commit comments

Comments
 (0)