Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: /
Date: Fri, 30 Mar 2018 06:33:48
Message-Id: 1522391604.acd916f9f641440b343524b5f204d60f2e5d9d38.johu@gentoo
1 commit: acd916f9f641440b343524b5f204d60f2e5d9d38
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 06:33:24 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 06:33:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=acd916f9
7
8 .travis.yml: Use pypy3.5
9
10 .travis.yml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index b6b14cff45..ed35a74299 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -4,7 +4,7 @@
18 #
19 language: python
20 python:
21 - - pypy
22 + - pypy3.5
23 env:
24 global:
25 - PORTAGE_VER="2.3.27"