We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f648fa6 commit 6f57b6cCopy full SHA for 6f57b6c
.gitignore
@@ -1,4 +1,4 @@
1
-# Used by Travis to be able to push:
+# Used by CI to be able to push:
2
/.github/deploy_key
3
out
4
tests/compile-test.rs
@@ -48,7 +48,7 @@ fn default_config() -> compiletest::Config {
48
));
49
50
config.build_base = if rustc_test_suite().is_some() {
51
- // we don't need access to the stderr files on travis
+ // we don't need access to the stderr files on CI
52
let mut path = PathBuf::from(env!("OUT_DIR"));
53
path.push("test_build_base");
54
path
0 commit comments