From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-702420-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 02C001387FD for <garchives@archives.gentoo.org>; Tue, 10 Jun 2014 23:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E793FE0916; Tue, 10 Jun 2014 23:57:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B7EE093D for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jun 2014 23:57:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A9AC33FFA3 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jun 2014 23:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3521E181A9 for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jun 2014 23:57:54 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1402444640.c88bcb67f6ef5b9448e84cf2648754ec2fe01b58.mrueg@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: / X-VCS-Repository: proj/ruby-overlay X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c88bcb67f6ef5b9448e84cf2648754ec2fe01b58 X-VCS-Branch: master Date: Tue, 10 Jun 2014 23:57:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa2872dc-72b1-4aa0-967b-5c2744ee34a1 X-Archives-Hash: 01e9a3e38388bc0bfaa31d8b5ce49cd9 commit: c88bcb67f6ef5b9448e84cf2648754ec2fe01b58 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Jun 10 23:57:20 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Jun 10 23:57:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=c88bcb67 Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d5a11a..a476cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ # https://github.com/mrueg/repoman-travis # language: python -python: +python: - "3.3" -env: +env: - PORTAGE_VER="2.2.10" before_script: - mkdir travis-overlay