commit: 2b0943e76853485236a389a4347a01e95f759f1a Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Oct 7 17:29:24 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Oct 7 17:29:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=2b0943e7
.travis.yml: delete Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0672371..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -sudo: false -language: rust -dist: trusty -rust: -- nightly -- beta -- stable -- 1.34.0 # minimum supported version (based on features) -cache: cargo -matrix: - allow_failures: - - rust: nightly
