travis-web/assets/scripts/spec
Piotr Sarnacki af00392d15 Fix jobs table when jobs have different config keys
If we have 2 jobs within 1 build, with such config values:

    { rvm: 'jruby-head', jdk: 'oraclejdk7' }
    { rvm: '1.9.3', jdk: null }

We should return jdk in configValues for second build, even if it's not
present. Otherwise table rows may be missing.

(closes #28)
2012-10-20 02:14:17 +02:00
..
support Fix specs 2012-10-15 23:20:33 +02:00
unit Fix jobs table when jobs have different config keys 2012-10-20 02:14:17 +02:00
vendor Fix specs 2012-10-15 23:20:33 +02:00
build_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
builds_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
current_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
event_spec.coffee Fix specs and add missing spec file 2012-10-16 12:14:45 +02:00
index_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
job_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
sidebar_spec.coffee Fix specs 2012-10-15 23:20:33 +02:00
spec_helper.coffee Fix specs and add missing spec file 2012-10-16 12:14:45 +02:00