remove travis references

This commit is contained in:
Benjamin Fry
2019-12-15 10:08:50 -08:00
parent ac107e18c0
commit f1bd65e9ea
15 changed files with 17 additions and 45 deletions

View File

@@ -588,7 +588,7 @@ mod tests {
}
#[test]
#[ignore] // these appear to not work on travis
#[ignore] // these appear to not work on CI
fn test_sec_lookup() {
let mut io_loop = Runtime::new().unwrap();
let resolver = AsyncResolver::new(
@@ -624,7 +624,7 @@ mod tests {
}
#[test]
#[ignore] // these appear to not work on travis
#[ignore] // these appear to not work on CI
#[allow(deprecated)]
fn test_sec_lookup_fails() {
let mut io_loop = Runtime::new().unwrap();
@@ -693,7 +693,7 @@ mod tests {
#[test]
#[ignore]
// these appear to not work on travis, test on macos with `10.1.0.104 a.com`
// these appear to not work on CI, test on macos with `10.1.0.104 a.com`
#[cfg(unix)]
fn test_hosts_lookup() {
let mut io_loop = Runtime::new().unwrap();