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"

Reply via email to