Skip to content

Commit 2b4eca3

Browse files
committed
Cleanup
1 parent f6763d1 commit 2b4eca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn config(mode: &str, dir: PathBuf) -> compiletest::Config {
8888

8989
config.mode = cfg_mode;
9090
config.build_base = if rustc_test_suite().is_some() {
91-
// we don't need access to the stderr files on travis
91+
// we don't need access to the stderr files on CI
9292
let mut path = PathBuf::from(env!("OUT_DIR"));
9393
path.push("test_build_base");
9494
path

0 commit comments

Comments
 (0)