Skip to content

Commit 6f57b6c

Browse files
committed
Cleanup
1 parent f648fa6 commit 6f57b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Used by Travis to be able to push:
1+
# Used by CI to be able to push:
22
/.github/deploy_key
33
out
44

tests/compile-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn default_config() -> compiletest::Config {
4848
));
4949

5050
config.build_base = if rustc_test_suite().is_some() {
51-
// we don't need access to the stderr files on travis
51+
// we don't need access to the stderr files on CI
5252
let mut path = PathBuf::from(env!("OUT_DIR"));
5353
path.push("test_build_base");
5454
path

0 commit comments

Comments
 (0)