travis-web/assets/scripts/spec/unit
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
..
incomplete_spec.coffee Fix bug with undefined loadedAttributes 2012-10-16 17:47:03 +02:00
job_spec.coffee Fix jobs table when jobs have different config keys 2012-10-20 02:14:17 +02:00