From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-774132-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 1DE29138A1A
	for <garchives@archives.gentoo.org>; Wed, 18 Feb 2015 10:14:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E2F2EE079C;
	Wed, 18 Feb 2015 10:14:39 +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 800CBE077F
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 10:14:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8FC5D340853
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 10:14:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B31A012037
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Feb 2015 10:14:35 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1424253120.31bdf6865583c59d43ed095643cfb90b51a67fcd.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Files: .travis.yml
X-VCS-Directories: /
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 31bdf6865583c59d43ed095643cfb90b51a67fcd
X-VCS-Branch: master
Date: Wed, 18 Feb 2015 10:14:35 +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: dd134b41-dcb1-4acb-a467-90d2e071d584
X-Archives-Hash: 712db4856cc18cf24b9e5e67df6512d0

commit:     31bdf6865583c59d43ed095643cfb90b51a67fcd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 09:52:00 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 09:52:00 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31bdf686

Serial travis

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 .travis.yml | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1f584b0..043a371 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,23 +1,6 @@
 language: python
 python:
   - pypy
-env:
-  - JOB=0
-  - JOB=1
-  - JOB=2
-  - JOB=3
-  - JOB=4
-  - JOB=5
-  - JOB=6
-  - JOB=7
-  - JOB=8
-  - JOB=9
-  - JOB=10
-  - JOB=11
-  - JOB=12
-  - JOB=13
-  - JOB=14
-  - JOB=15
 
 before_script:
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
@@ -33,15 +16,7 @@ before_script:
     - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
     - cd travis-overlay
 script:
-    - ret=0; cx=0;
-      for x in $(cat profiles/categories); do
-      if test $(( cx++ % 16 )) -eq ${JOB}; then
-          cd ${x} && {
-            python ../../portage-master/bin/repoman full -vdx || ret=1;
-          } && cd -;
-        fi;
-      done;
-      exit "${ret}"
+    - python ../portage-master/bin/repoman full -vdx
 
 notifications:
   irc: "chat.freenode.net#gentoo-science"