From 0a08257b281860ef19556ff4c67d1dd266ecb777 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Sun, 13 Mar 2022 22:06:48 -0700 Subject: [PATCH] Disable PPC64 tests I've had enough with Travis. Almost all builds are timing out and I'm being spammed with "errored e-mails" from Travis. We will not run the test suite for PPC64 anymore. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index de37359f..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -env: - - TARGET=s390x-unknown-linux-gnu -arch: - - s390x -os: linux -dist: focal -language: rust -cache: cargo -rust: - - stable -script: - - sudo apt install libhtml-parser-perl - - make test