From 0ab1ba262bf4e33ca1ff03c9cc86ea475680ab4e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 7 Feb 2013 04:17:54 +0100 Subject: [PATCH] We now have a linux queue instead of jvmotp, rails and spree --- assets/scripts/travis.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/scripts/travis.coffee b/assets/scripts/travis.coffee index a19ce166..8e158557 100644 --- a/assets/scripts/travis.coffee +++ b/assets/scripts/travis.coffee @@ -54,9 +54,7 @@ Storage = Em.Object.extend QUEUES: [ { name: 'common', display: 'Common' } { name: 'php', display: 'PHP, Perl and Python' } - { name: 'jvmotp', display: 'JVM, Erlang and Node.js' } - { name: 'rails', display: 'Rails' } - { name: 'spree', display: 'Spree' } + { name: 'linux', display: 'Linux' } ] INTERVALS: { sponsors: -1, times: -1, updateTimes: 1000 }