Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: /
Date: Thu, 07 Oct 2021 19:03:33
Message-Id: 1633627764.2b0943e76853485236a389a4347a01e95f759f1a.gyakovlev@gentoo
1 commit: 2b0943e76853485236a389a4347a01e95f759f1a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 17:29:24 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 17:29:24 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=2b0943e7
7
8 .travis.yml: delete
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 .travis.yml | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 deleted file mode 100644
17 index 0672371..0000000
18 --- a/.travis.yml
19 +++ /dev/null
20 @@ -1,12 +0,0 @@
21 -sudo: false
22 -language: rust
23 -dist: trusty
24 -rust:
25 -- nightly
26 -- beta
27 -- stable
28 -- 1.34.0 # minimum supported version (based on features)
29 -cache: cargo
30 -matrix:
31 - allow_failures:
32 - - rust: nightly